C# 클래스 System.Xml.Xsl.XslTransformException

상속: XsltException
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
ToString ( ) : string
XslTransformException ( Exception inner, string res ) : System.Diagnostics
XslTransformException ( string message ) : System.Diagnostics

비공개 메소드들

메소드 설명
CreateMessage ( string res ) : string
FormatDetailedMessage ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XslTransformException() 공개 메소드

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

XslTransformException() 공개 메소드

public XslTransformException ( string message ) : System.Diagnostics
message string
리턴 System.Diagnostics