Creates an instance of the
TerminateRunException
class with the specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
description As String _
)
|
C# |
public TerminateRunException (
string description
)
|
C++ |
public:
TerminateRunException (
String^ description
)
|
J# |
public TerminateRunException (
String description
)
|
JScript |
public function TerminateRunException (
description : String
)
|
Parameters
- description
-
The error message.
Platforms
Target Platforms
See Also