C# Class System.Data.SyntaxErrorException

Inheritance: InvalidExpressionException
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Protected Methods

Method Description
SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics

Method Details

SyntaxErrorException() public method

public SyntaxErrorException ( ) : System.Diagnostics
return System.Diagnostics

SyntaxErrorException() protected method

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

SyntaxErrorException() public method

public SyntaxErrorException ( string s ) : System.Diagnostics
s string
return System.Diagnostics

SyntaxErrorException() public method

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