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

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

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

Same methods

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::EC2AccessDeniedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
EC2AccessDeniedException