C# 클래스 NanoByte.Common.Info.ExceptionInfo

파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExceptionInfo ( ) : System

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

ExceptionInfo ( [ ex ) : System

Creates an exception information based on an exception.

메소드 상세

ExceptionInfo() 공개 메소드

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

ExceptionInfo() 공개 메소드

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