'宣言 Public Shared Function GetErrorDescription( _ ByVal errorCode As System.Integer _ ) As System.String
public static System.string GetErrorDescription( System.int errorCode )
パラメータ
- errorCode
- An int indicates the code of the error.
戻り値の型
A string indicates the description.