NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpException.CreateFromLastError

[To be supplied.]

[Visual Basic]
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;

Parameters

message
Previous error message.

See Also

HttpException Class | HttpException Members | System.Web Namespace