C# Class NanoByte.Common.Info.ExceptionInfo

显示文件 Open project: nano-byte/common Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ExceptionInfo() public method

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