ParentContainsErrorRecordException
Class
Definition
ParentContainsErrorRecordException is the exception contained by the ErrorRecord which is associated with a Monad engine custom exception through the IContainsErrorRecord interface.
public class ParentContainsErrorRecordException : SystemException
- Inheritance
-
ParentContainsErrorRecordException
Remarks
We use this exception class so that there is not a recursive "containment" relationship between the Monad engine exception and its ErrorRecord.
Constructors
| ParentContainsErrorRecordException() |
Instantiates a new instance of the ParentContainsErrorRecordException class |
| ParentContainsErrorRecordException(Exception) |
Instantiates a new instance of the ParentContainsErrorRecordException class. Note that this sets the Message and not the InnerException. |
| ParentContainsErrorRecordException(String) |
Instantiates a new instance of the ParentContainsErrorRecordException class |
| ParentContainsErrorRecordException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ParentContainsErrorRecordException class using data serialized via ISerializable |
| ParentContainsErrorRecordException(String, Exception) |
Instantiates a new instance of the ParentContainsErrorRecordException class |
Properties
| Message |
Gets the message for the exception |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable |