Exemplo n.º 1
0
		public DeserializationAggregateException()
		{
			InnerExceptions = new DeserializationException[0];
		}
Exemplo n.º 2
0
 public DeserializationAggregateException()
 {
     InnerExceptions = new DeserializationException[0];
 }
Exemplo n.º 3
0
		public DeserializationAggregateException(string message, Exception inner) : base(message, inner)
		{
			InnerExceptions = new DeserializationException[0];
		}
Exemplo n.º 4
0
 public DeserializationAggregateException(string message, Exception inner) : base(message, inner)
 {
     InnerExceptions = new DeserializationException[0];
 }