Res.Core.Storage.EventStorageException.EventStorageException C# (CSharp) Метод

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

public EventStorageException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public EventStorageException(Exception innerException)
            : this(null, innerException)
        {
        }

Same methods

EventStorageException::EventStorageException ( string message, Exception innerException ) : System
EventStorageException