DsmlInvalidDocumentException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der DsmlInvalidDocumentException() -Konstruktor erstellt eine Instanz der DsmlInvalidDocumentException -Klasse.
Überlädt
DsmlInvalidDocumentException() |
Der DsmlInvalidDocumentException() -Konstruktor erstellt eine Instanz der DsmlInvalidDocumentException -Klasse. |
DsmlInvalidDocumentException(String) |
Der DsmlInvalidDocumentException(String)-Konstruktor erstellt mithilfe des angegebenen Parameters eine Instanz der DsmlInvalidDocumentException-Klasse. |
DsmlInvalidDocumentException(SerializationInfo, StreamingContext) |
Der DsmlInvalidDocumentException(SerializationInfo, StreamingContext)-Konstruktor erstellt mithilfe der angegebenen Serialisierungsdaten und der Streamingkontextdaten eine Instanz der DsmlInvalidDocumentException-Klasse. |
DsmlInvalidDocumentException(String, Exception) |
Der DsmlInvalidDocumentException(String, Exception)-Konstruktor erstellt mithilfe der angegebenen Parameter eine Instanz der DsmlInvalidDocumentException-Klasse. |
DsmlInvalidDocumentException()
Der DsmlInvalidDocumentException() -Konstruktor erstellt eine Instanz der DsmlInvalidDocumentException -Klasse.
public:
DsmlInvalidDocumentException();
public DsmlInvalidDocumentException ();
Public Sub New ()
Hinweise
Die Standardtextmeldung, die für den Client angezeigt wird, lautet "Das DSML-Dokument konnte nicht analysiert werden."
Gilt für:
DsmlInvalidDocumentException(String)
Der DsmlInvalidDocumentException(String)-Konstruktor erstellt mithilfe des angegebenen Parameters eine Instanz der DsmlInvalidDocumentException-Klasse.
public:
DsmlInvalidDocumentException(System::String ^ message);
public DsmlInvalidDocumentException (string message);
new System.DirectoryServices.Protocols.DsmlInvalidDocumentException : string -> System.DirectoryServices.Protocols.DsmlInvalidDocumentException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme ausgelöst wird.
Gilt für:
DsmlInvalidDocumentException(SerializationInfo, StreamingContext)
Der DsmlInvalidDocumentException(SerializationInfo, StreamingContext)-Konstruktor erstellt mithilfe der angegebenen Serialisierungsdaten und der Streamingkontextdaten eine Instanz der DsmlInvalidDocumentException-Klasse.
protected:
DsmlInvalidDocumentException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DsmlInvalidDocumentException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.Protocols.DsmlInvalidDocumentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.DsmlInvalidDocumentException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Die serialisierten Objektdaten über die ausgelöste Ausnahme.
- context
- StreamingContext
Die Kontextdaten über die Quelle oder das Ziel.
Gilt für:
DsmlInvalidDocumentException(String, Exception)
Der DsmlInvalidDocumentException(String, Exception)-Konstruktor erstellt mithilfe der angegebenen Parameter eine Instanz der DsmlInvalidDocumentException-Klasse.
public:
DsmlInvalidDocumentException(System::String ^ message, Exception ^ inner);
public DsmlInvalidDocumentException (string message, Exception inner);
new System.DirectoryServices.Protocols.DsmlInvalidDocumentException : string * Exception -> System.DirectoryServices.Protocols.DsmlInvalidDocumentException
Public Sub New (message As String, inner As Exception)
Parameter
- message
- String
Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme ausgelöst wird.
- inner
- Exception
Die InnerException, falls vorhanden, die die Ausnahme ausgelöst hat.