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