C# 클래스 System.Data.SyntaxErrorException

상속: InvalidExpressionException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
SyntaxErrorException ( ) : System.Diagnostics
SyntaxErrorException ( string s ) : System.Diagnostics
SyntaxErrorException ( string message, Exception innerException ) : System.Diagnostics

보호된 메소드들

메소드 설명
SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics

메소드 상세

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( ) : System.Diagnostics
리턴 System.Diagnostics

SyntaxErrorException() 보호된 메소드

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

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( string s ) : System.Diagnostics
s string
리턴 System.Diagnostics

SyntaxErrorException() 공개 메소드

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