C# 클래스 withSIX.Core.Extensions.ExceptionExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 프로퍼티들

프로퍼티 타입 설명
FormatException Func

공개 메소드들

메소드 설명
HandleUserCancelled ( this ex ) : OperationCanceledException
IsElevationCancelled ( this ex ) : bool
IsOutOfDiskspace ( this ex ) : bool

메소드 상세

HandleUserCancelled() 공개 정적인 메소드

public static HandleUserCancelled ( this ex ) : OperationCanceledException
ex this
리턴 System.OperationCanceledException

IsElevationCancelled() 공개 정적인 메소드

public static IsElevationCancelled ( this ex ) : bool
ex this
리턴 bool

IsOutOfDiskspace() 공개 정적인 메소드

public static IsOutOfDiskspace ( this ex ) : bool
ex this
리턴 bool

프로퍼티 상세

FormatException 공개적으로 정적으로 프로퍼티

public static Func FormatException
리턴 Func