C# Class Yunan.WPF.ImageAnim.AnimationImageExceptionRoutedEventArgs

Inheritance: System.Windows.RoutedEventArgs
Show file Open project: hansuky/Yuhan Class Usage Examples

Public Properties

Property Type Description
ErrorException System.Exception

Public Methods

Method Description
AnimationImageExceptionRoutedEventArgs ( System.Windows.RoutedEvent routedEvent, object obj ) : System

Method Details

AnimationImageExceptionRoutedEventArgs() public method

public AnimationImageExceptionRoutedEventArgs ( System.Windows.RoutedEvent routedEvent, object obj ) : System
routedEvent System.Windows.RoutedEvent
obj object
return System

Property Details

ErrorException public property

public Exception,System ErrorException
return System.Exception