/// Constructs a BinderException with a message and BinderExceptionType
 public BinderException(string message, BinderExceptionType exceptionType) : base(message)
 {
     type = exceptionType;
 }
Example #2
0
 /// Constructs a BinderException with a message and BinderExceptionType
 public BinderException(string message, BinderExceptionType exceptionType)
     : base(message)
 {
     type = exceptionType;
 }