Share via


FabricException Constructor (String, Exception)

 

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

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

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

Syntax

public FabricException(
    string message,
    Exception inner
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for this exception.

  • inner
    Type: System.Exception

    The Inner Exception that provides detailed information.

See Also

FabricException Overload
FabricException Class
System.Fabric Namespace

Return to top