public UnassignableExampleException(string message, Exception inner, ExampleValue exampleValue) : base(message, inner)
 {
     ExampleValue = exampleValue;
 }
Esempio n. 2
0
 public UnassignableExampleException(string message, Exception inner, ExampleValue exampleValue) : base(message, inner)
 {
     ExampleValue = exampleValue;
 }