C# 클래스 System.Xml.XPath.XPathException

상속: System.SystemException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
XPathException ( ) : System
XPathException ( string message ) : System
XPathException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
XPathException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
Create ( string res ) : XPathException
Create ( string res, string arg ) : XPathException
Create ( string res, string arg, Exception innerException ) : XPathException
Create ( string res, string arg, string arg2 ) : XPathException
CreateMessage ( string res, string args ) : string
XPathException ( string res, string args ) : System
XPathException ( string res, string args, Exception inner ) : System

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

XPathException() 공개 메소드

public XPathException ( ) : System
리턴 System

XPathException() 보호된 메소드

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

XPathException() 공개 메소드

public XPathException ( string message ) : System
message string
리턴 System

XPathException() 공개 메소드

public XPathException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System