log4net SDK Reference

ConversionNotSupportedException Class

Exception base type for conversion errors.

For a list of all members of this type, see ConversionNotSupportedException Members.

System.Object
   System.Exception
      System.ApplicationException
         log4net.Util.TypeConverters.ConversionNotSupportedException

[Visual Basic]
Public Class ConversionNotSupportedException
    Inherits ApplicationException
[C#]
public class ConversionNotSupportedException : ApplicationException

Thread Safety

This type is not safe for multithreaded operations.

Remarks

This type extends ApplicationException. It does not add any new functionality but does differentiate the type of exception being thrown.

Requirements

Namespace: log4net.Util.TypeConverters

Assembly: log4net (in log4net.dll)

See Also

ConversionNotSupportedException Members | log4net.Util.TypeConverters Namespace