C# Class System.Xml.Xsl.XslTransformException

Inheritance: XsltException
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ToString ( ) : string
XslTransformException ( Exception inner, string res ) : System.Diagnostics
XslTransformException ( string message ) : System.Diagnostics

Private Methods

Méthode Description
CreateMessage ( string res ) : string
FormatDetailedMessage ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

XslTransformException() public méthode

public XslTransformException ( Exception inner, string res ) : System.Diagnostics
inner Exception
res string
Résultat System.Diagnostics

XslTransformException() public méthode

public XslTransformException ( string message ) : System.Diagnostics
message string
Résultat System.Diagnostics