C# Class System.Diagnostics.AssertWrapper

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ShowMessageBoxAssert void

Public Methods

Method Description
ShowAssert ( string stackTrace, StackFrame frame, string message, string detailMessage ) : void

Private Methods

Method Description
ShowMessageBoxAssert ( string stackTrace, string message, string detailMessage ) : void

Method Details

ShowAssert() public static method

public static ShowAssert ( string stackTrace, StackFrame frame, string message, string detailMessage ) : void
stackTrace string
frame StackFrame
message string
detailMessage string
return void