DirectoryException Constructor (String^, Exception^)

 

The DirectoryException(String^, Exception^) constructor creates an instance of the DirectoryException class using the specified parameters.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public:
DirectoryException(
	String^ message,
	Exception^ inner
)

Parameters

message
Type: System::String^

The message displayed to the client when the exception is thrown.

inner
Type: System::Exception^

The InnerException, if any, that threw the exception.

.NET Framework
Available since 2.0
Return to top
Show: