TerminateRunException Class

The exception that is thrown when a rules extension must explicitly stop the management agent run.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As TerminateRunException

Syntax

'Declaration
Public NotInheritable Class TerminateRunException
    Inherits ExtensionException
public sealed class TerminateRunException : ExtensionException
public ref class TerminateRunException sealed : public ExtensionException
public final class TerminateRunException extends ExtensionException
public final class TerminateRunException extends ExtensionException

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.ExtensionException
        Microsoft.MetadirectoryServices.TerminateRunException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

TerminateRunException Members
Microsoft.MetadirectoryServices Namespace
ExtensionException Class
Microsoft.MetadirectoryServices