Method | Description | |
---|---|---|
EndpointNotFoundException ( ) : System |
Create a new EndpointNotFoundException with no message nor inner-exception.
|
|
EndpointNotFoundException ( [ message ) : System |
Create a new EndpointNotFoundException with a given message.
|
|
EndpointNotFoundException ( [ innerException, [ message ) : System |
Create a new EndpointNotFoundException with a given inner-exception and message.
|
Method | Description | |
---|---|---|
EndpointNotFoundException ( |
Constructor for serialisation.
|
public EndpointNotFoundException ( ) : System | ||
return | System |
protected EndpointNotFoundException ( |
||
info | ||
context | ||
return | System |
public EndpointNotFoundException ( [ message ) : System | ||
message | [ | the textual description of what gave rise to this exception, to expose via the Message property |
return | System |
public EndpointNotFoundException ( [ innerException, [ message ) : System | ||
innerException | [ | an Exception for this new exception to contain and expose via its InnerException property |
message | [ | the textual description of what gave rise to this exception, to expose via the Message property |
return | System |