ContainerException Class

Definition

Represents the exception that is thrown when there is an error while using the Container object.

public ref class ContainerException : Exception
[System.Serializable]
public class ContainerException : Exception
type ContainerException = class
    inherit Exception
Public Class ContainerException
Inherits Exception
Inheritance
ContainerException
Derived
Attributes

Constructors

ContainerException()

Initializes a new ContainerException object.

ContainerException(Exception)

Initializes a new ContainerException object.

ContainerException(SerializationInfo, StreamingContext)

Initializes a new ContainerException object.

ContainerException(String)

Initializes a new ContainerException object.

ContainerException(String, Exception)

Initializes a new ContainerException object.

Applies to