C# 클래스 NContrib.Extensions.SqlExceptionExtensions

파일 보기 프로젝트 열기: veracross/ncontrib

공개 메소드들

메소드 설명
Describe ( this ex ) : string

I

ErrorMessages ( this ex ) : string[]

List of actual error messages. Anything with a class/severity of 11 or higher Excludes informational messages. Those can be retrieved from InfoMessages

InfoMessages ( this ex ) : string[]

List of non-error messages that were lumped in with the errors These are print messages, or anything with a class/severity of 10 or lower

UserErrorMessages ( this ex ) : string[]

Errors that should be displayed to the user

비공개 메소드들

메소드 설명
FormatError ( SqlError err ) : string

메소드 상세

Describe() 공개 정적인 메소드

I
public static Describe ( this ex ) : string
ex this
리턴 string

ErrorMessages() 공개 정적인 메소드

List of actual error messages. Anything with a class/severity of 11 or higher Excludes informational messages. Those can be retrieved from InfoMessages
public static ErrorMessages ( this ex ) : string[]
ex this
리턴 string[]

InfoMessages() 공개 정적인 메소드

List of non-error messages that were lumped in with the errors These are print messages, or anything with a class/severity of 10 or lower
public static InfoMessages ( this ex ) : string[]
ex this
리턴 string[]

UserErrorMessages() 공개 정적인 메소드

Errors that should be displayed to the user
public static UserErrorMessages ( this ex ) : string[]
ex this
리턴 string[]