Skip to content

ThrowingExceptionOverlayEventArgs

Namespace: ThinkGeo.Core

Represents the ThrowingExceptionOverlayEventArgs class.

public class ThrowingExceptionOverlayEventArgs : System.EventArgs

Inheritance objectEventArgsThrowingExceptionOverlayEventArgs

Properties

Exception

Gets or sets the Exception.

public Exception Exception { get; private set; }

Property Value

Exception

MemberName

Gets or sets the MemberName.

public string MemberName { get; private set; }

Property Value

string

Handled

Gets or sets the Handled.

public bool Handled { get; set; }

Property Value

bool

Constructors

ThrowingExceptionOverlayEventArgs(Exception, string)

Initializes a new instance of the ThrowingExceptionOverlayEventArgs class.

public ThrowingExceptionOverlayEventArgs(Exception exception, string memberName)

Parameters

exception Exception

memberName string