|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
An exception thrown by the Mercury library. More...
Public Member Functions | |
| MercuryException () | |
| Initializes a new instance of the MercuryException class. More... | |
| MercuryException (string message) | |
| Initializes a new instance of the MercuryException class with a specified error message. More... | |
| MercuryException (string message, Exception inner) | |
| Initializes a new instance of the MercuryException class with a specified error message and an exception that caused the problem. More... | |
Protected Member Functions | |
| MercuryException (SerializationInfo info, StreamingContext context) | |
| Initializes a new instance of the MercuryException class with serialized data. More... | |
An exception thrown by the Mercury library.
Definition at line 10 of file MercuryException.cs.
| Mercury.Exceptions.MercuryException.MercuryException | ( | ) |
Initializes a new instance of the MercuryException class.
Definition at line 13 of file MercuryException.cs.
| Mercury.Exceptions.MercuryException.MercuryException | ( | string | message | ) |
Initializes a new instance of the MercuryException class with a specified error message.
| message | The message that describes the error. |
Definition at line 22 of file MercuryException.cs.
| Mercury.Exceptions.MercuryException.MercuryException | ( | string | message, |
| Exception | inner | ||
| ) |
Initializes a new instance of the MercuryException class with a specified error message and an exception that caused the problem.
| message | The message that describes the error. |
| inner | The exception that caused the problem. |
Definition at line 32 of file MercuryException.cs.
|
protected |
Initializes a new instance of the MercuryException class with serialized data.
| info | The T:System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
| context | The T:System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
Definition at line 47 of file MercuryException.cs.
1.8.7