Share via


RecurrenceArgumentException Class

Definition

Represents the exception that is thrown when recurrence properties are specified for add, update, and delete subscriptions.

public ref class RecurrenceArgumentException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class RecurrenceArgumentException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type RecurrenceArgumentException = class
    inherit EnterpriseManagementException
Public Class RecurrenceArgumentException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

RecurrenceArgumentException()

Initializes a new instance of the RecurrenceArgumentException class.

RecurrenceArgumentException(Exception)

Initializes a new instance of the RecurrenceArgumentException class using a reference to the inner exception that is the cause of this exception.

RecurrenceArgumentException(SerializationInfo, StreamingContext)

Initializes a new instance of the RecurrenceArgumentException class using the serialized data.

RecurrenceArgumentException(String)

Initializes a new instance of the RecurrenceArgumentException class using the specified error message.

RecurrenceArgumentException(String, Exception)

Initializes a new instance of the RecurrenceArgumentException class using the specified error message and a reference to the inner exception that is the cause of this exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to