APIBlox.NetCore.Exceptions.EventStoreNotFoundException.EventStoreNotFoundException C# (CSharp) Méthode

EventStoreNotFoundException() public méthode

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

Same methods

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