C# Class Blacker.MangaScraper.Library.Exceptions.StorageException

Inheritance: System.Exception
Afficher le fichier Open project: blacker-cz/MangaScraper

Méthodes publiques

Méthode Description
StorageException ( ) : System
StorageException ( string message ) : System
StorageException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
StorageException ( SerializationInfo info, StreamingContext context ) : System

Method Details

StorageException() public méthode

public StorageException ( ) : System
Résultat System

StorageException() protected méthode

protected StorageException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

StorageException() public méthode

public StorageException ( string message ) : System
message string
Résultat System

StorageException() public méthode

public StorageException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System