Share via


ConcurrentUpdateException Class

Definition

Represents the exception that is thrown when you are unable to perform an operation because the timestamp of the object being used is older than the current timestamp.

public ref class ConcurrentUpdateException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class ConcurrentUpdateException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ConcurrentUpdateException = class
    inherit EnterpriseManagementException
Public Class ConcurrentUpdateException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

ConcurrentUpdateException()

Initializes a new instance of the ConcurrentUpdateException class.

ConcurrentUpdateException(Exception)

Initializes a new instance of the ConcurrentUpdateException class by specifying an inner exception that caused the current exception.

ConcurrentUpdateException(SerializationInfo, StreamingContext)

Initializes a new instance of the ConcurrentUpdateException class with serialized data.

ConcurrentUpdateException(SqlException)

Initializes a new instance of the ConcurrentUpdateException class by specifying an inner SQL exception that caused the current exception.

ConcurrentUpdateException(String)

Initializes a new instance of the ConcurrentUpdateException class by specifying the error message that describes the current exception.

ConcurrentUpdateException(String, Exception)

Initializes a new instance of the ConcurrentUpdateException class with an error message and inner exception.

Applies to