C# Class Universe.Modules.Archivers.InventoryArchiverException

Inheritance: System.Exception
Mostra file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
InventoryArchiverException ( string message ) : System
InventoryArchiverException ( string message, Exception e ) : System

Method Details

InventoryArchiverException() public method

public InventoryArchiverException ( string message ) : System
message string
return System

InventoryArchiverException() public method

public InventoryArchiverException ( string message, Exception e ) : System
message string
e System.Exception
return System