DirectoryException Constructor (String^)

 

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

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

public:
DirectoryException(
	String^ message
)

Parameters

message
Type: System::String^

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

.NET Framework
Available since 2.0
Return to top
Show: