Amazon.ECS.Model.MissingVersionException.MissingVersionException C# (CSharp) Метод

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

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

Same methods

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