SyntaxErrorException Constructor
.NET Framework (current version)
Initializes a new instance of the SyntaxErrorException class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SyntaxErrorException() | Initializes a new instance of the SyntaxErrorException class. |
![]() | SyntaxErrorException(SerializationInfo^, StreamingContext) | Initializes a new instance of the SyntaxErrorException class with the SerializationInfo and the StreamingContext. |
![]() | SyntaxErrorException(String^) | Initializes a new instance of the SyntaxErrorException class with the specified string. |
![]() | SyntaxErrorException(String^, Exception^) | Initializes a new instance of the SyntaxErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

