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

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

Construct instance of InvalidArgumentException
public InvalidArgumentException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InvalidArgumentException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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