메소드 | 설명 | |
---|---|---|
CseLogicException ( CseLogicExceptionType type ) : System |
Constructor
|
메소드 | 설명 | |
---|---|---|
GetExceptionMsg ( CseLogicExceptionType CseLogicExceptionType ) : string |
Converts CseLogicExceptionType value to a formatted exception message (to be used in String.Format())
|
|
QuoteArgs ( object args ) : string[] |
Places double quotes around each argument sent to the constructor. This changes a statement like: Can't cast -3 to ulong to: Can't cast "-3" to "ulong"
|
public CseLogicException ( CseLogicExceptionType type ) : System | ||
type | CseLogicExceptionType | Type of exception to display |
리턴 | System |