C# Class PPC.Utility.DTO.Exception.ResourceMissingException

Inheritance: System.Exception
Datei anzeigen Open project: iiasa/PicturePileCreator

Public Methods

Method Description
ResourceMissingException ( )
ResourceMissingException ( string message )
ResourceMissingException ( string message, System.Exception innerException )

Method Details

ResourceMissingException() public method

ResourceMissingException() public method

public ResourceMissingException ( string message )
message string

ResourceMissingException() public method

public ResourceMissingException ( string message, System.Exception innerException )
message string
innerException System.Exception