C# 클래스 MAXSharp.AMAXException

상속: System.Exception
파일 보기 프로젝트 열기: bietiekay/MAXSharp

보호된 프로퍼티들

프로퍼티 타입 설명
_msg String

공개 메소드들

메소드 설명
ToString ( ) : string

The error message

보호된 메소드들

메소드 설명
AMAXException ( Exception innerException = null ) : System

메소드 상세

AMAXException() 보호된 메소드

protected AMAXException ( Exception innerException = null ) : System
innerException System.Exception
리턴 System

ToString() 공개 메소드

The error message
public ToString ( ) : string
리턴 string

프로퍼티 상세

_msg 보호되어 있는 프로퍼티

The message which is associated to this Exception
protected String _msg
리턴 String