Amazon.MachineLearning.Model.InternalServerException.InternalServerException C# (CSharp) Метод

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

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

Same methods

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