APIBlox.NetCore.Exceptions.EventStoreNotFoundException.EventStoreNotFoundException C# (CSharp) 메소드

EventStoreNotFoundException() 공개 메소드

Initializes a new instance of the EventStoreNotFoundException class.
public EventStoreNotFoundException ( string message ) : System
message string The message that describes the error.
리턴 System
        public EventStoreNotFoundException(string message)
            : base(message)
        {
        }

Same methods

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