Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServerTooBusyException Constructor ()

 

Initializes a new instance of the ServerTooBusyException class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
ServerTooBusyException()

If you want to pass an error message to the user, use the ServerTooBusyException(String^) constructor.

If you want to pass an error message and a reference to the inner exception that is the cause of the exception to the user, use the ServerTooBusyException(String^, Exception^) constructor.

If you want to pass serialization information and streaming context, use the ServerTooBusyException(SerializationInfo^, StreamingContext) constructor.

.NET Framework
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft