C# Class System.Xml.Xsl.XPath.XPathCompileException

Inheritance: XslLoadException
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
endChar int
queryString string
startChar int

Protected Methods

Method Description
XPathCompileException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Private Methods

Method Description
AppendTrimmed ( StringBuilder sb, string value, int startIndex, int count, TrimType trimType ) : void
FormatDetailedMessage ( ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
MarkOutError ( ) : string
XPathCompileException ( string resId ) : System.Runtime.Serialization
XPathCompileException ( string queryString, int startChar, int endChar, string resId ) : System.Runtime.Serialization

Method Details

XPathCompileException() protected method

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

Property Details

endChar public_oe property

public int endChar
return int

queryString public_oe property

public string queryString
return string

startChar public_oe property

public int startChar
return int