Метод | Описание | |
---|---|---|
NoPathFoundException ( ) : System |
Initializes a new instance of NoPathFoundException class.
|
|
NoPathFoundException ( string message, Exception innerException = null ) : System |
Initializes a new instance of NoPathFoundException class.
|
Метод | Описание | |
---|---|---|
NoPathFoundException ( SerializationInfo info, StreamingContext context ) : System |
Constructor used during runtime serialization.
|
protected NoPathFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
Результат | System |
public NoPathFoundException ( string message, Exception innerException = null ) : System | ||
message | string | |
innerException | Exception | |
Результат | System |