Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the PasswordExtensionException class with the specified error message and an inner exception.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim innerException As Exception
Dim instance As New PasswordExtensionException(description, innerException)
Syntax
'Declaration
Public Sub New ( _
description As String, _
innerException As Exception _
)
public PasswordExtensionException (
string description,
Exception innerException
)
public:
PasswordExtensionException (
String^ description,
Exception^ innerException
)
public PasswordExtensionException (
String description,
Exception innerException
)
public function PasswordExtensionException (
description : String,
innerException : Exception
)
Parameters
- description
The error message.
- innerException
The inner exception.
Platforms
Target Platforms
See Also
Reference
PasswordExtensionException Class
PasswordExtensionException Members
Microsoft.MetadirectoryServices Namespace
PasswordExtensionException Class