SRECParseException Constructor  | 
  
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic SRECParseException(
	string message
)
Public Sub New ( 
	message As String
)
public:
SRECParseException(
	String^ message
)
new : 
        message : string -> SRECParseExceptionParameters
- message
 - Type: SystemString
Message to convey as part of the exception. 
See Also