C# Class 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.
Inheritance: System.Exception
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
YAMPException ( ) : System

Creates an anonymous YAMP exception.

YAMPException ( String message ) : System

Creates a YAMP exception with a simple message.

Method Details

YAMPException() public method

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

YAMPException() public method

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