Click or drag to resize

ServerError Constructor

Initializes a new instance of the ServerError class

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public ServerError(
	int errorCode,
	string errorMessage
)

Parameters

errorCode
Type: SystemInt32

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

errorMessage
Type: SystemString

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

See Also