Class InvalidArgumentException
This exception is thrown when the request sent is missing some values or arguments.
Inheritance
InvalidArgumentException
Syntax
[Serializable]
public class InvalidArgumentException : ServiceException, ISerializable, _Exception
Constructors
InvalidArgumentException()
Declaration
public InvalidArgumentException()
InvalidArgumentException(SerializationInfo, StreamingContext)
Declaration
protected InvalidArgumentException(SerializationInfo info, StreamingContext context)
Parameters
InvalidArgumentException(String)
Declaration
public InvalidArgumentException(string msg)
Parameters
Type |
Name |
Description |
String |
msg |
|
InvalidArgumentException(String, Exception)
Declaration
public InvalidArgumentException(string message, Exception innerException)
Parameters
InvalidArgumentException(ServiceError)
Declaration
public InvalidArgumentException(ServiceError error)
Parameters