Amazon.AWSHealth.Model.UnsupportedLocaleException.UnsupportedLocaleException C# (CSharp) Method

UnsupportedLocaleException() public method

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

Same methods

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