コード例 #1
0
 public CsvException(CsvExceptionType type, string message, Exception innException)
     : base(message, innException)
 {
     Type = type;
 }
コード例 #2
0
 public CsvException(CsvExceptionType type, string message)
     : base(message)
 {
     Type = type;
 }