C# Class Mvp.Xml.XInclude.FatalResourceException

Resource error not backed up by xi:fallback exception.
Inheritance: FatalException
显示文件 Open project: Monobjc/monobjc-tools

Public Methods

Method 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 method

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
return System