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

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

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

Same methods

UnauthorizedException::UnauthorizedException ( System info, System context ) : System
UnauthorizedException::UnauthorizedException ( string message ) : 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