C# Class MS.WindowsAPICodePack.Internal.CoreErrorHelper

Provide Error Message Helper Methods. This is intended for Library Internal use only.
Exibir arquivo Open project: ElektroStudios/ElektroKit

Public Methods

Method Description
Failed ( HResult result ) : bool

This is intended for Library Internal use only.

HResultFromWin32 ( int win32ErrorCode ) : int

This is intended for Library Internal use only.

Succeeded ( HResult result ) : bool

This is intended for Library Internal use only.

Succeeded ( int result ) : bool

This is intended for Library Internal use only.

Method Details

Failed() public static method

This is intended for Library Internal use only.
public static Failed ( HResult result ) : bool
result HResult The error code.
return bool

HResultFromWin32() public static method

This is intended for Library Internal use only.
public static HResultFromWin32 ( int win32ErrorCode ) : int
win32ErrorCode int The Windows API error code.
return int

Succeeded() public static method

This is intended for Library Internal use only.
public static Succeeded ( HResult result ) : bool
result HResult The error code.
return bool

Succeeded() public static method

This is intended for Library Internal use only.
public static Succeeded ( int result ) : bool
result int The error code.
return bool