Principal constructor.
An exception will be thrown if scopeScriptFileName is null or empty.
Namespace: ScopeClientAssembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public SubmitParameters(
string scopeScriptFileName
) |
Visual Basic |
---|
Public Sub New ( _
scopeScriptFileName As String _
) |
Visual C++ |
---|
public:
SubmitParameters(
String^ scopeScriptFileName
) |
Parameters
- scopeScriptFileName
- Type: String
The name of the script
Exceptions
Exception | Condition |
---|
ArgumentNullException |
Throws if scopeScriptFileName is null.
|
ArgumentException |
Throws if scopeScriptFileName is empty.
|
See Also