Amazon.KinesisAnalytics.Model.InvalidArgumentException.InvalidArgumentException C# (CSharp) Метод

InvalidArgumentException() публичный Метод

Construct instance of InvalidArgumentException
public InvalidArgumentException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidArgumentException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

InvalidArgumentException::InvalidArgumentException ( Exception innerException ) : System
InvalidArgumentException::InvalidArgumentException ( System info, System context ) : System
InvalidArgumentException::InvalidArgumentException ( string message ) : System
InvalidArgumentException::InvalidArgumentException ( string message, Exception innerException ) : System
InvalidArgumentException::InvalidArgumentException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidArgumentException