SqlCeInvalidDatabaseFormatException 멤버
이전 버전 또는 최신 버전의 SQL Server Compact 데이터베이스 파일을 열려고 하면 SQL Server Compact 데이터 원본에서 예외를 throw합니다.
SqlCeInvalidDatabaseFormatException 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
SqlCeInvalidDatabaseFormatException |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | (inherited from Exception) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | 현재 예외에 대한 문자열 표현을 만들고 반환합니다. (inherited from SqlCeException) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Data | (inherited from Exception) | |
Errors | .NET Compact Framework Data Provider for SQL Server Compact 3.5에서 생성된 예외에 대한 자세한 정보가 들어 있는 하나 이상의 SqlCeError 개체로 구성된 컬렉션을 가져옵니다. (inherited from SqlCeException) | |
HelpLink | (inherited from Exception) | |
HResult | 예외의 HRESULT 값을 가져옵니다. 이 값은 예외에 대한 SqlCeErrorCollection에 있는 SqlCeError의 첫 번째 인스턴스에 대한 HResult 값과 같습니다. (inherited from SqlCeException) | |
InnerException | (inherited from Exception) | |
Message | 예외에 대한 SqlCeErrorCollection에 있는 SqlCeError의 첫 번째 인스턴스를 설명하는 텍스트를 가져옵니다. (inherited from SqlCeException) | |
NativeError | SqlCeErrorCollection 에 있는 첫 번째 SqlCeError의 네이티브 오류 번호를 가져옵니다. 오류에 대한 자세한 내용은 SQL Server Compact 3.5 온라인 설명서의 "문제 해결" 단원에서 "SQL Server Compact 3.5 오류" 항목을 참조하십시오. (inherited from SqlCeException) | |
Source | 오류가 발생한 OLE DB 공급자의 이름을 가져옵니다. (inherited from SqlCeException) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
맨 위로 이동