Click or drag to resize

BaseException Constructor (Exception)

Initializes a new instance of the BaseException class

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public BaseException(
	Exception ex
)

Parameters

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:BlackBerry.Workspaces.Core.BaseException.#ctor(System.Exception)"]

See Also