13 private bool _IsTerminating;
19 [ReliabilityContract(
Consistency.WillNotCorruptState,
Cer.Success)]
31 [ReliabilityContract(
Consistency.WillNotCorruptState,
Cer.Success)]
34 return _IsTerminating;
45 _IsTerminating = isTerminating;
Represents the base class for classes that contain event data, and provides a value to use for events...
Cer
Specifies a method's behavior when called within a constrained execution region.
Provides data for the event that is raised when there is an exception that is not handled in any appl...
bool IsTerminating
Indicates whether the common language runtime is terminating.
UnhandledExceptionEventArgs(object exception, bool isTerminating)
Initializes a new instance of the T:System.UnhandledExceptionEventArgs class with the exception objec...
object ExceptionObject
Gets the unhandled exception object.
Specifies that the class can be serialized.
Consistency
Specifies a reliability contract.
Exposes the public members of the T:System.Exception class to unmanaged code.