Amazon.Pinpoint.Model.ForbiddenException.ForbiddenException C# (CSharp) Méthode

ForbiddenException() public méthode

Construct instance of ForbiddenException
public ForbiddenException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public ForbiddenException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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