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
Exibir arquivo Open project: pwitvoet/mess

Public Methods

Method Description
AssertException ( string message ) : System

Method Details

AssertException() public method

public AssertException ( string message ) : System
message string
return System