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