ThrowingExceptionOverlayEventArgs¶
Namespace: ThinkGeo.Core
public class ThrowingExceptionOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → ThrowingExceptionOverlayEventArgs
Properties¶
Exception¶
public Exception Exception { get; private set; }
Property Value¶
MemberName¶
public string MemberName { get; private set; }
Property Value¶
Handled¶
public bool Handled { get; set; }
Property Value¶
Constructors¶
ThrowingExceptionOverlayEventArgs(Exception, String)¶
public ThrowingExceptionOverlayEventArgs(Exception exception, string memberName)
Parameters¶
exception
Exception
memberName
String