コード例 #1
0
ファイル: BasicException.cs プロジェクト: HosseinKurd/jsimple
 public BasicException(MessageFormatter.FormattingTuple formattingTuple)
     : base(formattingTuple.getFormattedMessage(), formattingTuple.getThrowable())
 {
 }