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

SyntaxErrorException() protected method

protected SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Diagnostics
        protected SyntaxErrorException(SerializationInfo info, StreamingContext context)
        : base(info, context)
        {
        }

Same methods

SyntaxErrorException::SyntaxErrorException ( ) : System.Diagnostics
SyntaxErrorException::SyntaxErrorException ( string s ) : System.Diagnostics
SyntaxErrorException::SyntaxErrorException ( string message, Exception innerException ) : System.Diagnostics
SyntaxErrorException