메소드 | 설명 | |
---|---|---|
ExcepcionPresentadorConsultarImplemento ( ) : System | ||
ExcepcionPresentadorConsultarImplemento ( string message ) : System | ||
ExcepcionPresentadorConsultarImplemento ( string message, Exception inner ) : System | ||
ExcepcionPresentadorConsultarImplemento ( string codigo, string message, Exception inner ) : System |
public ExcepcionPresentadorConsultarImplemento ( ) : System | ||
리턴 | System |
public ExcepcionPresentadorConsultarImplemento ( string message ) : System | ||
message | string | |
리턴 | System |
public ExcepcionPresentadorConsultarImplemento ( string message, Exception inner ) : System | ||
message | string | |
inner | Exception | |
리턴 | System |
public ExcepcionPresentadorConsultarImplemento ( string codigo, string message, Exception inner ) : System | ||
codigo | string | |
message | string | |
inner | Exception | |
리턴 | System |