Share via


EventDataValidationFailureException Class

Definition

Represents the exception that is thrown because event data failed to be validated.

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

Constructors

EventDataValidationFailureException()

Initializes a new EventDataValidationFailureException object.

EventDataValidationFailureException(Exception)

Initializes a new EventDataValidationFailureException object by specifying an inner exception that caused the current exception.

EventDataValidationFailureException(SerializationInfo, StreamingContext)

Initializes a new EventDataValidationFailureException object with serialized data.

EventDataValidationFailureException(String)

Initializes a new EventDataValidationFailureException object with the validation failure details that explain why the exception was thrown.

EventDataValidationFailureException(String, Exception)

Initializes a new EventDataValidationFailureException object with an error message and inner exception.

Properties

Details

Gets the validation failure details that explain why the exception was thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to