C# 클래스 Microsoft.Alm.NativeMethods.Win32Error

The System Error Codes are very broad. Each one can occur in one of many hundreds of locations in the system. Consequently the descriptions of these codes cannot be very specific. Use of these codes requires some amount of investigation and analysis. You need to note both the programmatic and the run-time context in which these errors occur. Because these codes are defined in WinError.h for anyone to use, sometimes the codes are returned by non-system software. Sometimes the code is returned by a function deep in the stack and far removed from your code that is handling the error.
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows

공개 메소드들

메소드 설명
GetText ( int error ) : string

메소드 상세

GetText() 공개 정적인 메소드

public static GetText ( int error ) : string
error int
리턴 string