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

Usage

Visual Basic
Dim description As String
Dim innerException As Exception

Dim instance As New NoSuchManagementAgentException(description, innerException)

Syntax

Visual Basic
Public Sub New ( _
		description As String, _
		innerException As Exception _
)
C#
public NoSuchManagementAgentException (
		string description,
		Exception innerException
)
C++
public:
NoSuchManagementAgentException (
		String^ description, 
		Exception^ innerException
)
J#
public NoSuchManagementAgentException (
		String description, 
		Exception innerException
)
JScript
public function NoSuchManagementAgentException (
		description : String, 
		innerException : Exception
)

Parameters

description
innerException

Platforms

Target Platforms

See Also