XsltException Constructors

Definitie

Initialiseert een nieuw exemplaar van de XsltException klasse.

Overloads

Name Description
XsltException()

Initialiseert een nieuw exemplaar van de XsltException klasse.

XsltException(String)

Initialiseert een nieuw exemplaar van de XsltException klasse met een opgegeven foutbericht.

XsltException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de XsltException klasse met behulp van de informatie in de SerializationInfo en StreamingContext objecten.

XsltException(String, Exception)

Initialiseert een nieuw exemplaar van de XsltException klasse.

XsltException()

Initialiseert een nieuw exemplaar van de XsltException klasse.

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

Van toepassing op

XsltException(String)

Initialiseert een nieuw exemplaar van de XsltException klasse met een opgegeven foutbericht.

public:
 XsltException(System::String ^ message);
public XsltException(string message);
new System.Xml.Xsl.XsltException : string -> System.Xml.Xsl.XsltException
Public Sub New (message As String)

Parameters

message
String

Het bericht waarin de fout wordt beschreven.

Van toepassing op

XsltException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de XsltException klasse met behulp van de informatie in de SerializationInfo en StreamingContext objecten.

protected:
 XsltException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XsltException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Xsl.XsltException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Het SerializationInfo object met alle eigenschappen van een XsltException.

context
StreamingContext

Het StreamingContext-object.

Van toepassing op

XsltException(String, Exception)

Initialiseert een nieuw exemplaar van de XsltException klasse.

public:
 XsltException(System::String ^ message, Exception ^ innerException);
public XsltException(string message, Exception innerException);
new System.Xml.Xsl.XsltException : string * Exception -> System.Xml.Xsl.XsltException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

De beschrijving van de foutvoorwaarde.

innerException
Exception

Die Exception gooide de XsltException, indien van toepassing. Deze waarde kan zijn null.

Van toepassing op