ConversionNotSupportedException Constructor (String, Exception)
      
     
    
       Constructor 
      
        [Visual Basic]
        Overloads Public Sub New( _
   ByVal 
message As 
String, _
   ByVal 
innerException As 
Exception _
)
 
      
        [C#]
        public ConversionNotSupportedException(   
string message,   
Exception innerException);
 
      Parameters
      
        - 
          message
        
- A message to include with the exception.
- 
          innerException
        
- A nested exception to include.
Remarks
             Initializes a new instance of the ConversionNotSupportedException class with the specified message and inner exception. 
            See Also
ConversionNotSupportedException Class | log4net.Util.TypeConverters Namespace | ConversionNotSupportedException Constructor Overload List