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!

StaticFileHandler.IsSecurityError

[To be supplied.]

[Visual Basic]
Public Shared Function IsSecurityError( _
   ByVal ErrorCode As Integer _
) As Boolean
[C#]
public static bool IsSecurityError(
   int ErrorCode
);
[C++]
public: static bool IsSecurityError(
   int ErrorCode
);
[JScript]
public static function IsSecurityError(
   ErrorCode : int
) : Boolean;

Parameters

ErrorCode
[To be supplied.]

See Also

StaticFileHandler Class | StaticFileHandler Members | System.Web Namespace