Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft