Amazon.ElasticBeanstalk.Model.InsufficientPrivilegesException.InsufficientPrivilegesException C# (CSharp) Метод

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

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

Same methods

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