FabricException Class
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
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.
Fabric |
Initializes a new instance of FabricException class with error code Unknown. |
Fabric |
Initializes a new instance of FabricException class with a specified error code. |
Fabric |
Initializes a new instance of FabricException class from a serialized object data, with specified context and error code. |
Fabric |
Initializes a new instance of FabricException class from a serialized object data, with a specified context. |
Fabric |
Initializes a new instance of FabricException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code. |
Fabric |
Initializes a new instance of FabricException class with specified message, inner exception and HResult. |
Fabric |
Initializes a new instance of FabricException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Fabric |
Initializes a new instance of FabricException class with specified error message and error code. |
Fabric |
Initializes a new instance of FabricException class with specified message and Hresult. |
Fabric |
Initializes a new instance of FabricException class with error code Unknown and a specified error message. |
Error |
Gets the error code parameter. |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: