C# Class System.Xml.XPath.XPathException

Inheritance: System.SystemException
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
XPathException ( ) : System
XPathException ( string message ) : System
XPathException ( string message, Exception innerException ) : System

Protected Methods

Method Description
XPathException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
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

Method Details

GetObjectData() public method

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

XPathException() public method

public XPathException ( ) : System
return System

XPathException() protected method

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

XPathException() public method

public XPathException ( string message ) : System
message string
return System

XPathException() public method

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