ServerTooBusyException Constructor ()
Initializes a new instance of the ServerTooBusyException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Available since 3.0
Windows Phone Silverlight
Available since 7.0