IngressException Class

Definition

Exception specific to an error occurring during data ingress.

public sealed class IngressException : Exception
type IngressException = class
    inherit Exception
Public NotInheritable Class IngressException
Inherits Exception
Inheritance
IngressException

Constructors

IngressException()

Create an Ingress exception with no underlying message.

IngressException(String)

Create an Ingress exception with the given message.

IngressException(String, Exception)

Create an Ingress exception with the given message.

Applies to