NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SyntaxErrorException Constructor (String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal s As String _
)
[C#]
public SyntaxErrorException(
   string s
);
[C++]
public: SyntaxErrorException(
   String* s
);
[JScript]
public function SyntaxErrorException(
   s : String
);

Parameters

s
[To be supplied.]

See Also

SyntaxErrorException Class | SyntaxErrorException Members | System.Data Namespace | SyntaxErrorException Constructor Overload List