Share via


FabricException Class

Definition

The base Service Fabric exception class.

[System.Serializable]
public class FabricException : Exception
[<System.Serializable>]
type FabricException = class
    inherit Exception
Public Class FabricException
Inherits Exception
Inheritance
FabricException
Derived
Attributes

Remarks

Defines an error code property that is used to indicate the precise circumstance that caused the exception, in addition to properties defined by the base Exception class.

Applies to