Class SvgDocumentDrawExceptionEventArgs
Inheritance
System.Object
System.EventArgs
SvgDocumentDrawExceptionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public class SvgDocumentDrawExceptionEventArgs : EventArgs
Constructors
SvgDocumentDrawExceptionEventArgs(SvgDocumentDrawException)
Declaration
public SvgDocumentDrawExceptionEventArgs(SvgDocumentDrawException exception)
Parameters
SvgDocumentDrawException
exception
|
Properties
Exception
Declaration
public SvgDocumentDrawException Exception { get; }
Property Value
SvgDocumentDrawException
|
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
InnerException
Declaration
public Exception InnerException { get; }
Property Value
System.Exception
|