Method | Description | |
---|---|---|
NoPathFoundException ( ) : System |
Initializes a new instance of NoPathFoundException class.
|
|
NoPathFoundException ( string message, Exception innerException = null ) : System |
Initializes a new instance of NoPathFoundException class.
|
Method | Description | |
---|---|---|
NoPathFoundException ( SerializationInfo info, StreamingContext context ) : System |
Constructor used during runtime serialization.
|
protected NoPathFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public NoPathFoundException ( string message, Exception innerException = null ) : System | ||
message | string | |
innerException | Exception | |
return | System |