Amazon.ElasticLoadBalancing.Model.InvalidInstanceException.InvalidInstanceException C# (CSharp) Метод

InvalidInstanceException() приватный Метод

private InvalidInstanceException ( 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
        internal InvalidInstanceException(string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, RequestId, statusCode) {}

Same methods

InvalidInstanceException::InvalidInstanceException ( Exception innerException ) : System
InvalidInstanceException::InvalidInstanceException ( string message ) : System
InvalidInstanceException::InvalidInstanceException ( string message, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
InvalidInstanceException::InvalidInstanceException ( string message, Exception innerException ) : System
InvalidInstanceException