System.Web Namespace HttpException Class
Creates a new Exception based on the error code returned from the Win32 API GetLastError ( ) method.
[ VB ] Public Shared Function CreateFromLastError ( _ ByVal message As String _ ) As HttpException [ C# ] public static HttpException CreateFromLastError ( string message ); [ C++ ] public: static HttpException* CreateFromLastError ( String* message ); [ JScript ] public static function CreateFromLastError ( message : String ) : HttpException;
An Exception based on the error code that is returned from a call to the Win32 API GetLastError ( ) method.
HttpException Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note