C# Class System.Xml.Xsl.XslTransformException

Inheritance: XsltException
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
ToString ( ) : string
XslTransformException ( Exception inner, string res ) : System.Diagnostics
XslTransformException ( string message ) : System.Diagnostics

Private Methods

Method Description
CreateMessage ( string res ) : string
FormatDetailedMessage ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

XslTransformException() public method

public XslTransformException ( Exception inner, string res ) : System.Diagnostics
inner Exception
res string
return System.Diagnostics

XslTransformException() public method

public XslTransformException ( string message ) : System.Diagnostics
message string
return System.Diagnostics