C# 클래스 System.Data.SqlClient.SqlException

상속: System.Data.Common.DbException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo si, StreamingContext context ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CreateException ( SqlErrorCollection errorCollection, string serverVersion ) : SqlException
CreateException ( SqlErrorCollection errorCollection, string serverVersion, System.Guid conId, Exception innerException = null ) : SqlException
CreateException ( SqlErrorCollection errorCollection, string serverVersion, System.Data.SqlClient.SqlInternalConnectionTds internalConnection, Exception innerException = null ) : SqlException
InternalClone ( ) : SqlException
SqlException ( SerializationInfo si, StreamingContext sc ) : System.Collections
SqlException ( string message, SqlErrorCollection errorCollection, Exception innerException, System.Guid conId ) : System.Collections

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo si, StreamingContext context ) : void
si System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string