Amazon.Lambda.Model.EC2AccessDeniedException.EC2AccessDeniedException C# (CSharp) Метод

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

Construct instance of EC2AccessDeniedException
public EC2AccessDeniedException ( 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 EC2AccessDeniedException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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