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

ForbiddenException() public méthode

Constructs a new ForbiddenException with the specified error message.
public ForbiddenException ( string message ) : System
message string /// Describes the error encountered. ///
Résultat System
        public ForbiddenException(string message) 
            : base(message) {}
          

Same methods

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