C# 클래스 Mite.MiteError

파일 보기 프로젝트 열기: ccellar/mite.net 1 사용 예제들

공개 메소드들

메소드 설명
MiteError ( string message ) : System.Diagnostics

Initializes a new instance of the MiteError class.

MiteError ( string message, string property ) : System.Diagnostics
ToString ( ) : string

Returns a T:System.String that contains the error message.

메소드 상세

MiteError() 공개 메소드

Initializes a new instance of the MiteError class.
public MiteError ( string message ) : System.Diagnostics
message string The message.
리턴 System.Diagnostics

MiteError() 공개 메소드

public MiteError ( string message, string property ) : System.Diagnostics
message string
property string
리턴 System.Diagnostics

ToString() 공개 메소드

Returns a T:System.String that contains the error message.
public ToString ( ) : string
리턴 string