C# 클래스 Sharpen.Error

상속: System.Exception
파일 보기 프로젝트 열기: oganix/NBoilerpipe

공개 메소드들

메소드 설명
Error ( ) : System
Error ( Exception ex ) : System
Error ( string msg ) : System
Error ( string msg, Exception ex ) : System

메소드 상세

Error() 공개 메소드

public Error ( ) : System
리턴 System

Error() 공개 메소드

public Error ( Exception ex ) : System
ex System.Exception
리턴 System

Error() 공개 메소드

public Error ( string msg ) : System
msg string
리턴 System

Error() 공개 메소드

public Error ( string msg, Exception ex ) : System
msg string
ex System.Exception
리턴 System