Amazon.Lightsail.Model.UnauthenticatedException.UnauthenticatedException C# (CSharp) Method

UnauthenticatedException() public method

Construct instance of UnauthenticatedException
public UnauthenticatedException ( Exception innerException ) : System
innerException System.Exception
return System
        public UnauthenticatedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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