HttpException.CreateFromLastError(String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Windows API GetLastError()
yönteminden döndürülen hata kodunu temel alan yeni HttpException bir özel durum oluşturur.
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
Parametreler
- message
- String
Özel durum oluşturulduğunda istemciye görüntülenen hata iletisi.
Döndürülenler
Windows HttpException API GetLastError()
yöntemine yapılan çağrıdan döndürülen hata kodunu temel alan.