コード例 #1
0
ファイル: ExceptionOperations.cs プロジェクト: gavz/IronKit
 public string FormatException(Exception exception)
 {
     return(_context.FormatException(exception));
 }