메소드 | 설명 | |
---|---|---|
NotFoundException ( ) : System | ||
NotFoundException ( string message ) : System | ||
NotFoundException ( string message, Exception innerException ) : System | ||
NotFoundException ( string name, object key ) : System |
public NotFoundException ( string message ) : System | ||
message | string | |
리턴 | System |
public NotFoundException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
리턴 | System |
public NotFoundException ( string name, object key ) : System | ||
name | string | |
key | object | |
리턴 | System |