InconsistentDataException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new InconsistentDataException object with an error message and inner exception. |
InconsistentDataException(String) |
Initializes a new InconsistentDataException object by specifying the error message that describes the current exception. |