C# Class System.Xml.Xsl.XsltException

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

Méthodes publiques

Méthode Description
XsltException ( ) : System.Globalization
XsltException ( String message ) : System.Globalization
XsltException ( String message, Exception innerException ) : System.Globalization

Méthodes protégées

Méthode Description
XsltException ( SerializationInfo info, StreamingContext context ) : System.Globalization

Private Methods

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

Method Details

XsltException() public méthode

public XsltException ( ) : System.Globalization
Résultat System.Globalization

XsltException() protected méthode

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

XsltException() public méthode

public XsltException ( String message ) : System.Globalization
message String
Résultat System.Globalization

XsltException() public méthode

public XsltException ( String message, Exception innerException ) : System.Globalization
message String
innerException Exception
Résultat System.Globalization