C# Class Res.Core.Storage.EventStorageException

Inheritance: System.Exception
Show file Open project: heartysoft/res

Public Methods

Method Description
EventStorageException ( Exception innerException ) : System
EventStorageException ( string message, Exception innerException ) : System

Method Details

EventStorageException() public method

public EventStorageException ( Exception innerException ) : System
innerException System.Exception
return System

EventStorageException() public method

public EventStorageException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System