TooManyResultsException Constructor (String) |
Initializes a new instance of the TooManyResultsException class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic TooManyResultsException(
string message
)
Public Sub New (
message As String
)
public:
TooManyResultsException(
String^ message
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception
See Also