HttpException.CreateFromLastError(String) 方法

定义

基于从 Windows API GetLastError() 方法返回的错误代码创建一个新的 HttpException 异常。

public:
 static System::Web::HttpException ^ CreateFromLastError(System::String ^ message);
public static System.Web.HttpException CreateFromLastError (string message);
static member CreateFromLastError : string -> System.Web.HttpException
Public Shared Function CreateFromLastError (message As String) As HttpException

参数

message
String

当发生异常时向客户端显示的错误消息。

返回

HttpException

一个 HttpException,它基于从对 Windows API GetLastError() 方法的调用返回的错误代码。

适用于

另请参阅