C# 클래스 Zetbox.Server.SchemaManagement.SqlProvider.SqlServerErrorTranslator

상속: Zetbox.API.Server.SqlErrorTranslator
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
SqlServerErrorTranslator ( IFrozenContext frozenCtx ) : System
Translate ( Exception ex ) : Exception

비공개 메소드들

메소드 설명
TranslateSqlServerErrors ( SqlException ex ) : Exception

메소드 상세

SqlServerErrorTranslator() 공개 메소드

public SqlServerErrorTranslator ( IFrozenContext frozenCtx ) : System
frozenCtx IFrozenContext
리턴 System

Translate() 공개 메소드

public Translate ( Exception ex ) : Exception
ex System.Exception
리턴 System.Exception