C# 클래스 Endjin.Assembly.ChangeDetection.Infrastructure.LastException

파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

공개 메소드들

메소드 설명
GetLastException ( ) : Exception

Get from the current thread the last thrown exception object.

LastException ( ) : System

메소드 상세

GetLastException() 공개 메소드

Get from the current thread the last thrown exception object.
public GetLastException ( ) : Exception
리턴 System.Exception

LastException() 공개 메소드

public LastException ( ) : System
리턴 System