C# Class Mvp.Xml.XInclude.FatalResourceException

Resource error not backed up by xi:fallback exception.
Inheritance: FatalException
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
FatalResourceException ( Exception re ) : System

Initializes a new instance of the FatalResourceException class with the specified inner exception that is the cause of this exception.

Method Details

FatalResourceException() public méthode

Initializes a new instance of the FatalResourceException class with the specified inner exception that is the cause of this exception.
public FatalResourceException ( Exception re ) : System
re System.Exception Inner exceptiion
Résultat System