InstanceLockException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy InstanceLockException.
Przeciążenia
InstanceLockException() |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(Guid) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(String) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(Guid, Exception) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(Guid, String) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(SerializationInfo, StreamingContext) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(String, Exception) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException(Guid, String, Exception) |
Inicjuje nowe wystąpienie klasy InstanceLockException. |
InstanceLockException()
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException();
public InstanceLockException ();
Public Sub New ()
Dotyczy
InstanceLockException(Guid)
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException(Guid id);
public InstanceLockException (Guid id);
new System.ServiceModel.Persistence.InstanceLockException : Guid -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid)
Parametry
- id
- Guid
Unikatowy identyfikator wystąpienia wyjątku.
Dotyczy
InstanceLockException(String)
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException(System::String ^ message);
public InstanceLockException (string message);
new System.ServiceModel.Persistence.InstanceLockException : string -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat opisujący bieżący wyjątek.
Dotyczy
InstanceLockException(Guid, Exception)
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException(Guid id, Exception ^ innerException);
public InstanceLockException (Guid id, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : Guid * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, innerException As Exception)
Parametry
- id
- Guid
Unikatowy identyfikator wystąpienia wyjątku.
Dotyczy
InstanceLockException(Guid, String)
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException(Guid id, System::String ^ message);
public InstanceLockException (Guid id, string message);
new System.ServiceModel.Persistence.InstanceLockException : Guid * string -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, message As String)
Parametry
- id
- Guid
Unikatowy identyfikator wystąpienia wyjątku.
- message
- String
Komunikat opisujący bieżący wyjątek.
Dotyczy
InstanceLockException(SerializationInfo, StreamingContext)
Inicjuje nowe wystąpienie klasy InstanceLockException.
protected:
InstanceLockException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceLockException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Persistence.InstanceLockException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Persistence.InstanceLockException
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
InstanceLockException(String, Exception)
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException(System::String ^ message, Exception ^ innerException);
public InstanceLockException (string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : string * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Komunikat opisujący bieżący wyjątek.
Dotyczy
InstanceLockException(Guid, String, Exception)
Inicjuje nowe wystąpienie klasy InstanceLockException.
public:
InstanceLockException(Guid id, System::String ^ message, Exception ^ innerException);
public InstanceLockException (Guid id, string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : Guid * string * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, message As String, innerException As Exception)
Parametry
- id
- Guid
Unikatowy identyfikator wystąpienia wyjątku.
- message
- String
Komunikat opisujący bieżący wyjątek.