Amazon.GameLift.Model.UnauthorizedException.UnauthorizedException C# (CSharp) Метод

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

Constructs a new UnauthorizedException with the specified error message.
public UnauthorizedException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public UnauthorizedException(string message) 
            : base(message) {}
          

Same methods

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