Table of Contents

Class ThrowingExceptionOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class ThrowingExceptionOverlayEventArgs : EventArgs
Inheritance
ThrowingExceptionOverlayEventArgs
Inherited Members

Constructors

ThrowingExceptionOverlayEventArgs(Exception, string)

public ThrowingExceptionOverlayEventArgs(Exception exception, string memberName = "")

Parameters

exception Exception
memberName string

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

MemberName

public string MemberName { get; }

Property Value

string