CannotSetPermanentAttributesException constructor (String, Exception)
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Sub New ( _
permanentAttributeNames As String, _
innerException As Exception _
)
'Usage
Dim permanentAttributeNames As String
Dim innerException As Exception
Dim instance As New CannotSetPermanentAttributesException(permanentAttributeNames, _
innerException)
public CannotSetPermanentAttributesException(
string permanentAttributeNames,
Exception innerException
)
Parameters
- permanentAttributeNames
Type: System.String
- innerException
Type: System.Exception
See also
Reference
CannotSetPermanentAttributesException class
CannotSetPermanentAttributesException members