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

StorageException() protected method

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

Same methods

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