Share via


FabricElementNotFoundException Constructors

Definition

Overloads

FabricElementNotFoundException()

public FabricElementNotFoundException();
Public Sub New ()

Applies to

FabricElementNotFoundException(FabricErrorCode)

public FabricElementNotFoundException(System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (errorCode As FabricErrorCode)

Parameters

errorCode
FabricErrorCode

Applies to

FabricElementNotFoundException(String)

public FabricElementNotFoundException(string message);
new System.Fabric.FabricElementNotFoundException : string -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String)

Parameters

message
System.String

Applies to

FabricElementNotFoundException(SerializationInfo, StreamingContext)

protected FabricElementNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricElementNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricElementNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
System.Runtime.Serialization.SerializationInfo
context
System.Runtime.Serialization.StreamingContext

Applies to

FabricElementNotFoundException(String, Exception)

public FabricElementNotFoundException(string message, Exception inner);
new System.Fabric.FabricElementNotFoundException : string * Exception -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, inner As Exception)

Parameters

message
System.String
inner
System.Exception

Applies to

FabricElementNotFoundException(String, FabricErrorCode)

public FabricElementNotFoundException(string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, errorCode As FabricErrorCode)

Parameters

message
System.String
errorCode
FabricErrorCode

Applies to

FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode)

protected FabricElementNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext, errorCode As FabricErrorCode)

Parameters

info
System.Runtime.Serialization.SerializationInfo
context
System.Runtime.Serialization.StreamingContext
errorCode
FabricErrorCode

Applies to

FabricElementNotFoundException(String, Exception, FabricErrorCode)

public FabricElementNotFoundException(string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)

Parameters

message
System.String
inner
System.Exception
errorCode
FabricErrorCode

Applies to