Udostępnij za pośrednictwem


InstanceNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

Przeciążenia

InstanceNotFoundException()

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

InstanceNotFoundException(Guid)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora.

InstanceNotFoundException(String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego komunikatu.

InstanceNotFoundException(Guid, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora i wyjątku wewnętrznego.

InstanceNotFoundException(Guid, String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora i komunikatu.

InstanceNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z serializowanymi danymi.

InstanceNotFoundException(String, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego komunikatu i wyjątku wewnętrznego.

InstanceNotFoundException(Guid, String, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora, komunikatu i wyjątku wewnętrznego.

InstanceNotFoundException()

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

public:
 InstanceNotFoundException();
public InstanceNotFoundException ();
Public Sub New ()

Dotyczy

InstanceNotFoundException(Guid)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora.

public:
 InstanceNotFoundException(Guid id);
public InstanceNotFoundException (Guid id);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid)

Parametry

id
Guid

Unikatowy identyfikator skojarzony z tym wystąpieniem.

Dotyczy

InstanceNotFoundException(String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego komunikatu.

public:
 InstanceNotFoundException(System::String ^ message);
public InstanceNotFoundException (string message);
new System.ServiceModel.Persistence.InstanceNotFoundException : string -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Dotyczy

InstanceNotFoundException(Guid, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora i wyjątku wewnętrznego.

public:
 InstanceNotFoundException(Guid id, Exception ^ innerException);
public InstanceNotFoundException (Guid id, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, innerException As Exception)

Parametry

id
Guid

Unikatowy identyfikator skojarzony z tym wystąpieniem.

innerException
Exception

Exception, który spowodował InstanceNotFoundException.

Dotyczy

InstanceNotFoundException(Guid, String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora i komunikatu.

public:
 InstanceNotFoundException(Guid id, System::String ^ message);
public InstanceNotFoundException (Guid id, string message);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * string -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, message As String)

Parametry

id
Guid

Unikatowy identyfikator skojarzony z tym wystąpieniem.

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Dotyczy

InstanceNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException z serializowanymi danymi.

protected:
 InstanceNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Persistence.InstanceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Persistence.InstanceNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

SerializationInfo przechowujące zserializowane dane obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

StreamingContext zawierający kontekstowe informacje o źródle lub miejscu docelowym.

Dotyczy

InstanceNotFoundException(String, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego komunikatu i wyjątku wewnętrznego.

public:
 InstanceNotFoundException(System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : string * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Exception, który spowodował InstanceNotFoundException.

Dotyczy

InstanceNotFoundException(Guid, String, Exception)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException przy użyciu określonego identyfikatora, komunikatu i wyjątku wewnętrznego.

public:
 InstanceNotFoundException(Guid id, System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (Guid id, string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * string * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, message As String, innerException As Exception)

Parametry

id
Guid

Unikatowy identyfikator skojarzony z tym wystąpieniem.

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Exception, który spowodował InstanceNotFoundException.

Dotyczy