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