NetMQ.EndpointNotFoundException.EndpointNotFoundException C# (CSharp) Method

EndpointNotFoundException() public method

Create a new EndpointNotFoundException with no message nor inner-exception.
public EndpointNotFoundException ( ) : System
return System
        public EndpointNotFoundException()
            : this(null)
        {
        }

Same methods

EndpointNotFoundException::EndpointNotFoundException ( SerializationInfo info, StreamingContext context ) : System
EndpointNotFoundException::EndpointNotFoundException ( [ message ) : System
EndpointNotFoundException::EndpointNotFoundException ( [ innerException, [ message ) : System
EndpointNotFoundException