Apachai.BackingStore.BackingStoreException.BackingStoreException C# (CSharp) Метод

BackingStoreException() публичный Метод

public BackingStoreException ( string message ) : System
message string
Результат System
            public BackingStoreException(string message)
                : base(message)
            {
            }

Same methods

BackingStore.BackingStoreException::BackingStoreException ( Exception inner ) : System
BackingStore.BackingStoreException