TerminateRunException Constructor (String)
Creates an instance of the TerminateRunException class with the specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim instance As New TerminateRunException(description)
Syntax
'Declaration
Public Sub New ( _
description As String _
)
public TerminateRunException (
string description
)
public:
TerminateRunException (
String^ description
)
public TerminateRunException (
String description
)
public function TerminateRunException (
description : String
)
Parameters
- description
The error message.
Platforms
Target Platforms
See Also
Reference
TerminateRunException Class
TerminateRunException Members
Microsoft.MetadirectoryServices Namespace
TerminateRunException Class