Share via


NullRecurrenceValueException Class

Definition

Represents the exception that is thrown when null values are specified for the recurrence properties.

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

Constructors

NullRecurrenceValueException()

Initializes a new instance of the NullRecurrenceValueException class.

NullRecurrenceValueException(Exception)

Initializes a new instance of the NullRecurrenceValueException class using the inner exception.

NullRecurrenceValueException(SerializationInfo, StreamingContext)

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

NullRecurrenceValueException(String)

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

NullRecurrenceValueException(String, Exception)

Initializes a new instance of the NullRecurrenceValueException class by using the specified 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