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 InstanceNotFoundException klasy przy użyciu podanego identyfikatora.

InstanceNotFoundException(String)

Inicjuje nowe wystąpienie klasy InstanceNotFoundException, używając określonego komunikatu.

InstanceNotFoundException(Guid, Exception)

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

InstanceNotFoundException(Guid, String)

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

InstanceNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie InstanceNotFoundException klasy za pomocą serializowanych danych.

InstanceNotFoundException(String, Exception)

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

InstanceNotFoundException(Guid, String, Exception)

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

InstanceNotFoundException()

Inicjuje nowe wystąpienie klasy InstanceNotFoundException.

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

Dotyczy

InstanceNotFoundException(Guid)

Inicjuje nowe wystąpienie InstanceNotFoundException klasy przy użyciu podanego 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, używając 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 InstanceNotFoundException klasy przy użyciu określonego identyfikatora i wewnętrznego wyjątku.

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 InstanceNotFoundException klasy 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 InstanceNotFoundException klasy za pomocą serializowanych danych.

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

Obiekt SerializationInfo zawierający dane zserializowanego obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

Obiekt StreamingContext zawierający informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Dotyczy

InstanceNotFoundException(String, Exception)

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

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 InstanceNotFoundException klasy przy użyciu określonego identyfikatora, komunikatu i wewnętrznego wyjątku.

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