ClientUtility members
Provides utility methods to create exceptions. This class and its members are reserved for internal use and are not intended to be used in your code.
The ClientUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateArgumentException | Creates an ArgumentException object with the specified invalid argument name. This member is reserved for internal use and is not intended to be used directly from your code. | |
CreateArgumentNullException | Creates an ArgumentNullException object with the specified invalid argument name. This member is reserved for internal use and is not intended to be used directly from your code. |
Top