C# Class MESS.Macros.AssertException

This exception is thrown by the 'assert' function. It lets users halt execution when a certain condition is false.
Inheritance: Exception
Afficher le fichier Open project: pwitvoet/mess

Méthodes publiques

Méthode Description
AssertException ( string message ) : System

Method Details

AssertException() public méthode

public AssertException ( string message ) : System
message string
Résultat System