Amazon.Snowball.Model.UnsupportedAddressException.UnsupportedAddressException C# (CSharp) Method

UnsupportedAddressException() public method

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

Same methods

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