log4net SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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