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

ForbiddenException() public méthode

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

Same methods

ForbiddenException::ForbiddenException ( Exception innerException ) : System
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