C# 클래스 WoopsaAds.ExceptionViewer

A WPF window for viewing Exceptions and inner Exceptions, including all their properties.
상속: System.Windows.Window
파일 보기 프로젝트 열기: woopsa-protocol/Woopsa 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionViewer ( string headerMessage, Exception e ) : System

The exception and header message cannot be null. If owner is specified, this window uses its Style and will appear centered on the Owner. You can override this before calling ShowDialog().

ExceptionViewer ( string headerMessage, Exception e, Window owner ) : System

The exception and header message cannot be null. If owner is specified, this window uses its Style and will appear centered on the Owner. You can override this before calling ShowDialog().

비공개 메소드들

메소드 설명
AddException ( Exception e ) : void
AddLines ( List inlines, string str ) : void
AddProperty ( List inlines, string propName, object propVal ) : void
BuildTree ( Exception e, string summaryMessage ) : void
CalcMaxTreeWidth ( ) : void
CalcNoWrapWidth ( IEnumerable inlines ) : double
ExpressionViewerWindow_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
GetAppAssembly ( ) : Assembly
GetProductName ( ) : string
RenderDictionary ( IDictionary data ) : string
RenderEnumerable ( IEnumerable data ) : string
ShowCurrentItem ( ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
btnClose_Click ( object sender, RoutedEventArgs e ) : void
btnCopy_Click ( object sender, RoutedEventArgs e ) : void
chkWrap_Checked ( object sender, RoutedEventArgs e ) : void
chkWrap_Unchecked ( object sender, RoutedEventArgs e ) : void
treeView1_SelectedItemChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

메소드 상세

ExceptionViewer() 공개 메소드

The exception and header message cannot be null. If owner is specified, this window uses its Style and will appear centered on the Owner. You can override this before calling ShowDialog().
public ExceptionViewer ( string headerMessage, Exception e ) : System
headerMessage string
e System.Exception
리턴 System

ExceptionViewer() 공개 메소드

The exception and header message cannot be null. If owner is specified, this window uses its Style and will appear centered on the Owner. You can override this before calling ShowDialog().
public ExceptionViewer ( string headerMessage, Exception e, Window owner ) : System
headerMessage string
e System.Exception
owner System.Windows.Window
리턴 System