Język

DirectoryServicesCOMException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DirectoryServicesCOMException.

Przeciążenia

Nazwa Opis
DirectoryServicesCOMException()

Inicjuje nowe wystąpienie klasy DirectoryServicesCOMException.

DirectoryServicesCOMException(String)

Inicjuje nowe wystąpienie DirectoryServicesCOMException klasy przy użyciu określonego ciągu.

DirectoryServicesCOMException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje nowe wystąpienie DirectoryServicesCOMException klasy z określonymi informacjami o serializacji i kontekstem przesyłania strumieniowego.

DirectoryServicesCOMException(String, Exception)

Inicjuje nowe wystąpienie DirectoryServicesCOMException klasy z określonym ciągiem i wyjątkiem.

DirectoryServicesCOMException()

Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs

Inicjuje nowe wystąpienie klasy DirectoryServicesCOMException.

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

Dotyczy

DirectoryServicesCOMException(String)

Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs

Inicjuje nowe wystąpienie DirectoryServicesCOMException klasy przy użyciu określonego ciągu.

public:
 DirectoryServicesCOMException(System::String ^ message);
public DirectoryServicesCOMException(string? message);
public DirectoryServicesCOMException(string message);
new System.DirectoryServices.DirectoryServicesCOMException : string -> System.DirectoryServices.DirectoryServicesCOMException
Public Sub New (message As String)

Parametry

message
String

Komunikat opisujący błąd.

Dotyczy

DirectoryServicesCOMException(SerializationInfo, StreamingContext)

Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs

Uwaga

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicjuje nowe wystąpienie DirectoryServicesCOMException klasy z określonymi informacjami o serializacji i kontekstem przesyłania strumieniowego.

protected:
 DirectoryServicesCOMException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected DirectoryServicesCOMException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected DirectoryServicesCOMException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.DirectoryServices.DirectoryServicesCOMException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.DirectoryServicesCOMException
new System.DirectoryServices.DirectoryServicesCOMException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.DirectoryServicesCOMException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Element SerializationInfo do wypełnienia danymi.

context
StreamingContext

Miejsce StreamingContext docelowe tej serializacji.

Atrybuty

Dotyczy

DirectoryServicesCOMException(String, Exception)

Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs
Źródło:
DirectoryServicesCOMException.cs

Inicjuje nowe wystąpienie DirectoryServicesCOMException klasy z określonym ciągiem i wyjątkiem.

public:
 DirectoryServicesCOMException(System::String ^ message, Exception ^ inner);
public DirectoryServicesCOMException(string? message, Exception? inner);
public DirectoryServicesCOMException(string message, Exception inner);
new System.DirectoryServices.DirectoryServicesCOMException : string * Exception -> System.DirectoryServices.DirectoryServicesCOMException
Public Sub New (message As String, inner As Exception)

Parametry

message
String

Komunikat opisujący błąd.

inner
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku.

Dotyczy