NoSuchAttributeInObjectTypeException Constructor (String, Exception)
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Dim description As String
Dim innerException As Exception
Dim instance As New NoSuchAttributeInObjectTypeException(description, innerException)
Syntax
'Declaration
Public Sub New ( _
description As String, _
innerException As Exception _
)
public NoSuchAttributeInObjectTypeException (
string description,
Exception innerException
)
public:
NoSuchAttributeInObjectTypeException (
String^ description,
Exception^ innerException
)
public NoSuchAttributeInObjectTypeException (
String description,
Exception innerException
)
public function NoSuchAttributeInObjectTypeException (
description : String,
innerException : Exception
)
Parameters
- description
- innerException
Platforms
Target Platforms
See Also
Reference
NoSuchAttributeInObjectTypeException Class
NoSuchAttributeInObjectTypeException Members
Microsoft.MetadirectoryServices Namespace
NoSuchAttributeInObjectTypeException Class