Click or drag to resize

SRECParseException Constructor

Initializes a new instance of the SRECParseException class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public SRECParseException(
	string message
)

Parameters

message
Type: SystemString
Message to convey as part of the exception.
See Also