PostconditionException Constructor (String)

CuttingEdge.Conditions

Initializes a new instance of the PostconditionException class with a specified error message.

Namespace:  CuttingEdge.Conditions
Assembly:  CuttingEdge.Conditions (in CuttingEdge.Conditions.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public PostconditionException(
	string message
)
Visual C++
public:
PostconditionException(
	String^ message
)
JavaScript
CuttingEdge.Conditions.PostconditionException = function(message);

Parameters

message
Type: System..::.String
The message that describes the error.

See Also