Freigeben über


XsltException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der XsltException-Klasse.

Namespace: System.Xml.Xsl
Assembly: System.Xml (in system.xml.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New XsltException(message, innerException)
public XsltException (
    string message,
    Exception innerException
)
public:
XsltException (
    String^ message, 
    Exception^ innerException
)
public XsltException (
    String message, 
    Exception innerException
)
public function XsltException (
    message : String, 
    innerException : Exception
)

Parameter

  • message
    Die Beschreibung des Fehlerzustands.
  • innerException
    Die von der XsltException ausgelöste Exception, sofern vorhanden. Dieser Wert kann NULL (Nothing in Visual Basic) sein.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0

Siehe auch

Referenz

XsltException-Klasse
XsltException-Member
System.Xml.Xsl-Namespace