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

IpAddressInUseException() public method

Constructs a new IpAddressInUseException with the specified error message.
public IpAddressInUseException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public IpAddressInUseException(string message) 
            : base(message) {}
          

Same methods

IpAddressInUseException::IpAddressInUseException ( Exception innerException ) : System
IpAddressInUseException::IpAddressInUseException ( System info, System context ) : 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