FabricException 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 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.
Constructors
Properties
ErrorCode |