C# Class SharpRaven.Data.ExceptionFrame

Afficher le fichier Open project: getsentry/raven-csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string