Share via


InvalidRpmsgFormatException Class

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Exchange.Data.Common.LocalizedException
      Microsoft.Exchange.Security.RightsManagement.InvalidRpmsgFormatException

Namespace:  Microsoft.Exchange.Security.RightsManagement
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter := True)> _
Public Class InvalidRpmsgFormatException _
    Inherits LocalizedException
'Usage
Dim instance As InvalidRpmsgFormatException
[SerializableAttribute]
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)]
public class InvalidRpmsgFormatException : LocalizedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.