FabricElementAlreadyExistsException 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.
The exception that indicates failure due to the existence of a conflicting entity.
[System.Serializable]
public class FabricElementAlreadyExistsException : System.Fabric.FabricException
[<System.Serializable>]
type FabricElementAlreadyExistsException = class
inherit FabricException
Public Class FabricElementAlreadyExistsException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricElementAlreadyExistsException() |
Initializes a new instance of FabricElementAlreadyExistsException class with error code Unknown. |
FabricElementAlreadyExistsException(FabricErrorCode) |
Initializes a new instance of FabricElementAlreadyExistsException class with a specified error code. |
FabricElementAlreadyExistsException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricElementAlreadyExistsException class from the serialized object data, with a specified context. |
FabricElementAlreadyExistsException(SerializationInfo, StreamingContext, FabricErrorCode) |
Initializes a new instance of FabricElementAlreadyExistsException class with a specified error code, with specified context and error code. |
FabricElementAlreadyExistsException(String) |
Initializes a new instance of FabricElementAlreadyExistsException class with error code Unknown and a specified error message. |
FabricElementAlreadyExistsException(String, Exception) |
Initializes a new instance of FabricElementAlreadyExistsException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricElementAlreadyExistsException(String, Exception, FabricErrorCode) |
Initializes a new instance of FabricElementAlreadyExistsException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code. |
FabricElementAlreadyExistsException(String, FabricErrorCode) |
Initializes a new instance of FabricElementAlreadyExistsException class with specified error message and error code. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET