ALFA.Shared.FileStoreConditionNotMetException.FileStoreConditionNotMetException C# (CSharp) Метод

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

public FileStoreConditionNotMetException ( Exception InnerException ) : System
InnerException System.Exception
Результат System
        public FileStoreConditionNotMetException(Exception InnerException) : base(InnerException.Message, InnerException)
        {
        }
    }
FileStoreConditionNotMetException