Amazon.DatabaseMigrationService.Model.AccessDeniedException.AccessDeniedException C# (CSharp) Метод

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

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

Same methods

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