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: