JAMS Developer Guide
ThrowOnError Method


MVPSI.JAMS Namespace > ValidationLog Class : ThrowOnError Method
Checks the validation log for errors and throws a JAMSExecption if one is found.
Syntax
'Declaration
 
Public Sub ThrowOnError( _
   ByVal message As System.String _
) 
'Usage
 
Dim instance As ValidationLog
Dim message As System.String
 
instance.ThrowOnError(message)
public void ThrowOnError( 
   System.string message
)

Parameters

message
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValidationLog Class
ValidationLog Members