Skip to content

ThrowingExceptionOverlayEventArgs

Namespace: ThinkGeo.Core

public class ThrowingExceptionOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsThrowingExceptionOverlayEventArgs

Properties

Exception

public Exception Exception { get; private set; }

Property Value

Exception

MemberName

public string MemberName { get; private set; }

Property Value

String

Constructors

ThrowingExceptionOverlayEventArgs(Exception, String)

public ThrowingExceptionOverlayEventArgs(Exception exception, string memberName)

Parameters

exception Exception

memberName String