C# 클래스 RevitLookup.Snoop.Data.Exception

Snoop.Data class to hold and format a Exception value.
상속: Data
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

보호된 프로퍼티들

프로퍼티 타입 설명
m_val System.Exception

공개 메소드들

메소드 설명
Exception ( string label, System val ) : System
StrValue ( ) : string

메소드 상세

Exception() 공개 메소드

public Exception ( string label, System val ) : System
label string
val System
리턴 System

StrValue() 공개 메소드

public StrValue ( ) : string
리턴 string

프로퍼티 상세

m_val 보호되어 있는 프로퍼티

protected Exception,System m_val
리턴 System.Exception