C# Class SharpRaven.Data.ExceptionFrame

Mostrar archivo Open project: getsentry/raven-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ExceptionFrame ( StackFrame frame ) : System.Collections.Generic

Initializes a new instance of the ExceptionFrame class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

ExceptionFrame() public method

Initializes a new instance of the ExceptionFrame class.
public ExceptionFrame ( StackFrame frame ) : System.Collections.Generic
frame StackFrame The .
return System.Collections.Generic

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string