The exception that is thrown for IceLib when a configuration delete operation fails.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[SerializableAttribute]
public class ConfigurationDeleteException : IceLibException
Visual Basic
<SerializableAttribute> _
Public Class ConfigurationDeleteException _
	Inherits IceLibException

Remarks

Like all IceLib-specific exceptions, this object derives from IceLibException, allowing consistent exception handling for all such exceptions.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    ININ.IceLib..::..IceLibException
      ININ.IceLib.Configuration..::..ConfigurationDeleteException

Version Information

Supported for IC Server version 2015 R1 and beyond.

See Also