ConcurrentUpdateException Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the ConcurrentUpdateException class.
Overload List
Name | Description |
---|---|
ConcurrentUpdateException () | Initializes a new instance of the ConcurrentUpdateException class. |
ConcurrentUpdateException (SqlException) | Initializes a new instance of the ConcurrentUpdateException class by specifying an inner SQL exception that caused the current exception. |
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 (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. |
See Also
Reference
ConcurrentUpdateException Class
ConcurrentUpdateException Members
Microsoft.EnterpriseManagement.Common Namespace