Amazon.CloudSearch.Model.InvalidTypeException.InvalidTypeException C# (CSharp) Метод

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

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

Same methods

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