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