InvalidRpmsgFormatException Constructor (String, Exception)
Namespace: Microsoft.Exchange.Security.RightsManagement
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Sub New ( _
reason As String, _
innerException As Exception _
)
'Usage
Dim reason As String
Dim innerException As Exception
Dim instance As New InvalidRpmsgFormatException(reason, _
innerException)
public InvalidRpmsgFormatException(
string reason,
Exception innerException
)