Share via


InconsistentDataException Class

Definition

Represents the exception that is thrown because a method call produced inconsistent results. The data on the client does not match the data returned from the server. This can be caused by the client-side cache being out of sync with the server data.

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

Constructors

InconsistentDataException()

Initializes a new InconsistentDataException object.

InconsistentDataException(Exception)

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

InconsistentDataException(SerializationInfo, StreamingContext)

Initializes a new InconsistentDataException object with serialized data.

InconsistentDataException(String)

Initializes a new InconsistentDataException object by specifying the error message that describes the current exception.

InconsistentDataException(String, Exception)

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

Applies to