System.Data.SyntaxErrorException.SyntaxErrorException C# (CSharp) Method

SyntaxErrorException() public method

public SyntaxErrorException ( ) : System.Diagnostics
return System.Diagnostics
        public SyntaxErrorException() : base() { }
        public SyntaxErrorException(string s) : base(s) { }

Same methods

SyntaxErrorException::SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
SyntaxErrorException::SyntaxErrorException ( string s ) : System.Diagnostics
SyntaxErrorException::SyntaxErrorException ( string message, Exception innerException ) : System.Diagnostics
SyntaxErrorException