C# Class Mvp.Xml.XInclude.ResourceException

ResourceException represents resource error as per XInclude specification.
Resource error is internal error and should lead to the fallback processing. ResourceException therefore should never be thrown outside the XInclude Processor.
Inheritance: XIncludeException
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
ResourceException ( string message ) : System

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

ResourceException ( string message, Exception innerException ) : System

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

Method Details

ResourceException() public méthode

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

ResourceException() public méthode

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