2 using System.Runtime.Serialization;
4 namespace Mercury.Exceptions
33 : base(message, inner)
MercuryException(string message, Exception inner)
Initializes a new instance of the MercuryException class with a specified error message and an except...
MercuryException()
Initializes a new instance of the MercuryException class.
MercuryException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the MercuryException class with serialized data.
An exception thrown by the Mercury library.
An exception has been thrown
MercuryException(string message)
Initializes a new instance of the MercuryException class with a specified error message.