C# Class Res.Core.Storage.EventStorageException

Inheritance: System.Exception
Afficher le fichier Open project: heartysoft/res

Méthodes publiques

Méthode Description
EventStorageException ( Exception innerException ) : System
EventStorageException ( string message, Exception innerException ) : System

Method Details

EventStorageException() public méthode

public EventStorageException ( Exception innerException ) : System
innerException System.Exception
Résultat System

EventStorageException() public méthode

public EventStorageException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System