System.Data.SyntaxErrorException.SyntaxErrorException C# (CSharp) Метод

SyntaxErrorException() публичный Метод

public SyntaxErrorException ( ) : System.Diagnostics
Результат 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