C# 클래스 YAMP.Exceptions.YAMPException

Basic YAMP exception. This lets everyone know that the exception did not occur because something was fishy in the (C#) code, but rather in the query.
상속: System.Exception
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
YAMPException ( ) : System

Creates an anonymous YAMP exception.

YAMPException ( String message ) : System

Creates a YAMP exception with a simple message.

메소드 상세

YAMPException() 공개 메소드

Creates an anonymous YAMP exception.
public YAMPException ( ) : System
리턴 System

YAMPException() 공개 메소드

Creates a YAMP exception with a simple message.
public YAMPException ( String message ) : System
message String Which message do you want to display?
리턴 System