ConcurrentUpdateException Constructor
Initializes a new ConcurrentUpdateException object.
Overload List
Name | Description |
---|---|
ConcurrentUpdateException () | Initializes a new ConcurrentUpdateException object. |
ConcurrentUpdateException (Exception) | Initializes a new ConcurrentUpdateException object by specifying an inner exception that caused the current exception. |
ConcurrentUpdateException (SqlException) | Initializes a new ConcurrentUpdateException object by specifying an inner SQL exception that caused the current exception. |
ConcurrentUpdateException (String) | Initializes a new ConcurrentUpdateException object by specifying the error message that describes the current exception. |
ConcurrentUpdateException (SerializationInfo, StreamingContext) | Initializes a new ConcurrentUpdateException object with serialized data. |
ConcurrentUpdateException (String, Exception) | Initializes a new ConcurrentUpdateException object with an error message and inner exception. |
See Also
Reference
ConcurrentUpdateException Class
ConcurrentUpdateException Members
Microsoft.EnterpriseManagement.Common Namespace