DirectoryException Constructor (String^, Exception^)
.NET Framework (current version)
The DirectoryException(String^, Exception^) constructor creates an instance of the DirectoryException class using the specified parameters.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
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
Available since 2.0
Show: