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

상속: SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
XsltException ( ) : System.Globalization
XsltException ( String message ) : System.Globalization
XsltException ( String message, Exception innerException ) : System.Globalization

보호된 메소드들

메소드 설명
XsltException ( SerializationInfo info, StreamingContext context ) : System.Globalization

비공개 메소드들

메소드 설명
Create ( string res ) : XsltException
Create ( string res, string args, Exception inner ) : XsltException
CreateMessage ( string res, string args, string sourceUri, int lineNumber, int linePosition ) : string
FormatMessage ( string key ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
XsltException ( string res, string args, string sourceUri, int lineNumber, int linePosition, Exception inner ) : System.Globalization

메소드 상세

XsltException() 공개 메소드

public XsltException ( ) : System.Globalization
리턴 System.Globalization

XsltException() 보호된 메소드

protected XsltException ( SerializationInfo info, StreamingContext context ) : System.Globalization
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Globalization

XsltException() 공개 메소드

public XsltException ( String message ) : System.Globalization
message String
리턴 System.Globalization

XsltException() 공개 메소드

public XsltException ( String message, Exception innerException ) : System.Globalization
message String
innerException Exception
리턴 System.Globalization