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

Inheritance: XslLoadException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
endChar int
queryString string
startChar int

Méthodes protégées

Méthode Description
XPathCompileException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Private Methods

Méthode 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 méthode

protected XPathCompileException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Runtime.Serialization

Property Details

endChar public_oe property

public int endChar
Résultat int

queryString public_oe property

public string queryString
Résultat string

startChar public_oe property

public int startChar
Résultat int