TaskException Constructor (String)
Initializes a new instance of the TaskException class with the specified string that contains the error message that will be displayed.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public TaskException (
string message
)
public:
TaskException (
String^ message
)
public TaskException (
String message
)
public function TaskException (
message : String
)
Parameters
- message
The error message that explains the reason for the exception.
Platforms
Development Platforms
Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium
Target Platforms
Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium
See Also
Reference
TaskException Class
TaskException Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace