Class
Win32Error

Static class used to retrieve last error strings from Win32 calls.

Definition

Namespace:ArtOfTest.WebAii.Win32

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public static class Win32Error

Inheritance: objectWin32Error

Properties

LastErrorString

Gets/Sets last error string

Declaration

cs-api-definition
public static string LastErrorString { get; set; }

Property Value

string

Methods

SetLastWin32Error()

Set the formatted Win32Error string.

Declaration

cs-api-definition
public static void SetLastWin32Error()