コード例 #1
0
 public UnassignableExampleException(string message, Exception inner, ExampleValue exampleValue) : base(message, inner)
 {
     ExampleValue = exampleValue;
 }
コード例 #2
0
 public UnassignableExampleException(string message, Exception inner, ExampleValue exampleValue) : base(message, inner)
 {
     ExampleValue = exampleValue;
 }