C# Class withSIX.Core.Extensions.ExceptionExtensions

Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
FormatException Func

Public Methods

Method Description
HandleUserCancelled ( this ex ) : OperationCanceledException
IsElevationCancelled ( this ex ) : bool
IsOutOfDiskspace ( this ex ) : bool

Method Details

HandleUserCancelled() public static method

public static HandleUserCancelled ( this ex ) : OperationCanceledException
ex this
return System.OperationCanceledException

IsElevationCancelled() public static method

public static IsElevationCancelled ( this ex ) : bool
ex this
return bool

IsOutOfDiskspace() public static method

public static IsOutOfDiskspace ( this ex ) : bool
ex this
return bool

Property Details

FormatException public_oe static_oe property

public static Func FormatException
return Func