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!

WebServiceRedirectException Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal status As Integer, _
   ByVal redirectPath As String _
)
[C#]
public WebServiceRedirectException(
   int status,
   string redirectPath
);
[C++]
public: WebServiceRedirectException(
   int status,
   String* redirectPath
);
[JScript]
public function WebServiceRedirectException(
   status : int,
   redirectPath : String
);

Parameters

status
[To be supplied.]
redirectPath
[To be supplied.]

See Also

WebServiceRedirectException Class | WebServiceRedirectException Members | System.Web.Services.Protocols Namespace