ThrowingExceptionOverlayEventArgs¶
Namespace: ThinkGeo.Core
Represents the ThrowingExceptionOverlayEventArgs class.
public class ThrowingExceptionOverlayEventArgs : System.EventArgs
Inheritance object → EventArgs → ThrowingExceptionOverlayEventArgs
Properties¶
Exception¶
Gets or sets the Exception.
public Exception Exception { get; private set; }
Property Value¶
MemberName¶
Gets or sets the MemberName.
public string MemberName { get; private set; }
Property Value¶
Handled¶
Gets or sets the Handled.
public bool Handled { get; set; }
Property Value¶
Constructors¶
ThrowingExceptionOverlayEventArgs(Exception, string)¶
Initializes a new instance of the ThrowingExceptionOverlayEventArgs class.
public ThrowingExceptionOverlayEventArgs(Exception exception, string memberName)
Parameters¶
exception Exception
memberName string