FabricElementNotFoundException 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 exception that is thrown when a Service Fabric element is not available.
public class FabricElementNotFoundException : System.Fabric.FabricException
type FabricElementNotFoundException = class
inherit FabricException
Public Class FabricElementNotFoundException
Inherits FabricException
- Inheritance
- Derived
Constructors
FabricElementNotFoundException() |
Initializes a new instance of FabricElementNotFoundException class with error code Unknown. |
FabricElementNotFoundException(FabricErrorCode) |
Initializes a new instance of FabricElementNotFoundException class with a specified error code. |
FabricElementNotFoundException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricElementNotFoundException class with specified info, context. |
FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode) |
Initializes a new instance of FabricElementNotFoundException class with specified info, context and error code. |
FabricElementNotFoundException(String) |
Initializes a new instance of System.Runtime.Serialization.StreamingContext class with error code Unknown and a specified error message. |
FabricElementNotFoundException(String, Exception) |
Initializes a new instance of System.Runtime.Serialization.StreamingContext class with specified error message and inner exception. |
FabricElementNotFoundException(String, Exception, FabricErrorCode) |
Initializes a new instance of FabricElementNotFoundException class with specified message, inner exception and error code. |
FabricElementNotFoundException(String, FabricErrorCode) |
Initializes a new instance of FabricElementNotFoundException class with specified message and error code. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |