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!

Exception Constructor (SerializationInfo, StreamingContext)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
protected Exception(
   SerializationInfo info,
   StreamingContext context
);
[C++]
protected: Exception(
   SerializationInfo* info,
   StreamingContext context
);
[JScript]
protected function Exception(
   info : SerializationInfo,
   context : StreamingContext
);

Parameters

info
[To be supplied.]
context
[To be supplied.]

See Also

Exception Class | Exception Members | System Namespace | Exception Constructor Overload List