APIBlox.NetCore.Exceptions.EventStoreNotFoundException.EventStoreNotFoundException C# (CSharp) Method

EventStoreNotFoundException() public method

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

Same methods

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