Amazon.MachineLearning.AmazonMachineLearningException.AmazonMachineLearningException C# (CSharp) 메소드

AmazonMachineLearningException() 공개 메소드

Construct instance of AmazonMachineLearningException
public AmazonMachineLearningException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public AmazonMachineLearningException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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