FabricException Constructor (String, Exception, FabricErrorCode)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Initializes a new instance of FabricException class with specified message, inner exception and error code.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public FabricException(
string message,
Exception inner,
FabricErrorCode errorCode
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
inner
Type: System.ExceptionThe inner exception.
errorCode
Type: System.Fabric.FabricErrorCodeThe error code that the exception is wrapping around.
See Also
FabricException Overload
FabricException Class
System.Fabric Namespace
Return to top