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;
 }