'Declaration
Public Function New( _ ByVal scriptLanguage As String _ )
public TokenParser( string scriptLanguage )
public: TokenParser( String^ scriptLanguage )
Parameters
- scriptLanguage
'Declaration
Public Function New( _ ByVal scriptLanguage As String _ )
public TokenParser( string scriptLanguage )
public: TokenParser( String^ scriptLanguage )
Exception | Description |
---|---|
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |