Click or drag to resize

ApiErrors Constructor

Initializes a new instance of the ApiErrors class

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public ApiErrors(
	int code,
	int status,
	string messageName,
	string aggregatedMessageName = ""
)

Parameters

code
Type: SystemInt32

[Missing <param name="code"/> documentation for "M:BlackBerry.Workspaces.Core.ApiErrors.#ctor(System.Int32,System.Int32,System.String,System.String)"]

status
Type: SystemInt32

[Missing <param name="status"/> documentation for "M:BlackBerry.Workspaces.Core.ApiErrors.#ctor(System.Int32,System.Int32,System.String,System.String)"]

messageName
Type: SystemString

[Missing <param name="messageName"/> documentation for "M:BlackBerry.Workspaces.Core.ApiErrors.#ctor(System.Int32,System.Int32,System.String,System.String)"]

aggregatedMessageName (Optional)
Type: SystemString

[Missing <param name="aggregatedMessageName"/> documentation for "M:BlackBerry.Workspaces.Core.ApiErrors.#ctor(System.Int32,System.Int32,System.String,System.String)"]

See Also