Esempio n. 1
0
 /// Constructs a ReflectionException with a message and ReflectionExceptionType
 public ReflectionException(string message, ReflectionExceptionType exceptionType) : base(message)
 {
     type = exceptionType;
 }
Esempio n. 2
0
		/// Constructs a ReflectionException with a message and ReflectionExceptionType
		public ReflectionException(string message, ReflectionExceptionType exceptionType) : base(message)
		{
			type = exceptionType;
		}