Constructor MaxClientReachedException
MaxClientReachedException(String)
Default constructor.
Declaration
public MaxClientReachedException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
MaxClientReachedException(Int32, String)
Overloaded constructor
Declaration
public MaxClientReachedException(int errorCode, string reason)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorCode | errorcode for the exception |
System.String | reason | reason for exception |
MaxClientReachedException(SerializationInfo, StreamingContext)
Overloaded constructor, manual serialization.
Declaration
protected MaxClientReachedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |