Blacker.MangaScraper.Library.Exceptions.StorageException.StorageException C# (CSharp) Method

StorageException() public method

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

Same methods

StorageException::StorageException ( ) : System
StorageException::StorageException ( SerializationInfo info, StreamingContext context ) : System
StorageException::StorageException ( string message ) : System
StorageException