C# Class NanoByte.Common.Info.ExceptionInfo

Afficher le fichier Open project: nano-byte/common Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExceptionInfo ( ) : System

Base-constructor for XML serialization. Do not call manually!

ExceptionInfo ( [ ex ) : System

Creates an exception information based on an exception.

Method Details

ExceptionInfo() public méthode

Base-constructor for XML serialization. Do not call manually!
public ExceptionInfo ( ) : System
Résultat System

ExceptionInfo() public méthode

Creates an exception information based on an exception.
public ExceptionInfo ( [ ex ) : System
ex [ The exception whose information to extract.
Résultat System