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

Inheritance: System.Exception
Datei anzeigen Open project: blacker-cz/MangaScraper

Public Methods

Method Description
StorageException ( ) : System
StorageException ( string message ) : System
StorageException ( string message, Exception inner ) : System

Protected Methods

Method Description
StorageException ( SerializationInfo info, StreamingContext context ) : System

Method Details

StorageException() public method

public StorageException ( ) : System
return System

StorageException() protected method

protected StorageException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

StorageException() public method

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

StorageException() public method

public StorageException ( string message, Exception inner ) : System
message string
inner System.Exception
return System