C# Class Mvp.Xml.XInclude.XIncludeException

Generic XInclude exception.
Inheritance: System.Exception
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
XIncludeException ( string message ) : System

Initializes a new instance of the XIncludeException class with a specified error message.

XIncludeException ( string message, Exception innerException ) : System

Initializes a new instance of the XIncludeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Method Details

XIncludeException() public méthode

Initializes a new instance of the XIncludeException class with a specified error message.
public XIncludeException ( string message ) : System
message string Error message
Résultat System

XIncludeException() public méthode

Initializes a new instance of the XIncludeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public XIncludeException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exceptiion
Résultat System