Share via


FabricException Constructor

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Overload List

Name Description
System_CAPS_pubmethod FabricException()

Initializes a new instance of the FabricException class.

System_CAPS_pubmethod FabricException(FabricErrorCode)

Initializes a new instance of FabricException class with specified error code.

System_CAPS_protmethod FabricException(SerializationInfo, StreamingContext)

Initializes a new instance of the FabricException class from serialized state.

System_CAPS_protmethod FabricException(SerializationInfo, StreamingContext, FabricErrorCode)

Initializes a new instance of FabricException class with specified info, context and error code.

System_CAPS_pubmethod FabricException(String)

Initializes a new instance of the FabricException class with appropriate message.

System_CAPS_pubmethod FabricException(String, Exception)

Initializes a new instance of the FabricException class with a message and an inner exception containing detailed information.

System_CAPS_pubmethod FabricException(String, Exception, FabricErrorCode)

Initializes a new instance of FabricException class with specified message, inner exception and error code.

System_CAPS_pubmethod FabricException(String, FabricErrorCode)

Initializes a new instance of FabricException class with message and error code.

See Also

FabricException Class
System.Fabric Namespace

Return to top