FabricElementNotFoundException Class

Definition

The exception that is thrown when a Service Fabric element is not available.

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

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 StreamingContext class with error code Unknown and a specified error message.

FabricElementNotFoundException(String, Exception)

Initializes a new instance of 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)

Applies to