Class ThrowingExceptionOverlayEventArgs
public class ThrowingExceptionOverlayEventArgs : EventArgs
- Inheritance
-
ThrowingExceptionOverlayEventArgs
- Inherited Members
Constructors
ThrowingExceptionOverlayEventArgs(Exception, string)
public ThrowingExceptionOverlayEventArgs(Exception exception, string memberName = "")
Parameters
Properties
Exception
public Exception Exception { get; }
Property Value
MemberName
public string MemberName { get; }