Amazon.ElasticFileSystem.Model.IpAddressInUseException.IpAddressInUseException C# (CSharp) Method

IpAddressInUseException() public method

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

Same methods

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