internal BindingException(string message, BindingExceptionInformation information)
     : base(message)
 {
     Information = information;
 }
Example #2
0
 internal BindingException(string message, BindingExceptionInformation information)
     : base(message)
 {
     Information = information;
 }