Table of Contents

Class UndeliverableException

Namespace
Microsoft.AutoGen.Contracts
Assembly
Microsoft.AutoGen.Contracts.dll

Exception thrown when a message cannot be delivered.

public class UndeliverableException : Exception, ISerializable
Inheritance
UndeliverableException
Implements
Inherited Members

Constructors

UndeliverableException()

Initializes a new instance of the UndeliverableException class.

public UndeliverableException()

UndeliverableException(string)

Initializes a new instance of the UndeliverableException class with a custom error message.

public UndeliverableException(string message)

Parameters

message string

The custom error message.

UndeliverableException(string, Exception)

Initializes a new instance of the UndeliverableException class with a custom error message and an inner exception.

public UndeliverableException(string message, Exception innerException)

Parameters

message string

The custom error message.

innerException Exception

The inner exception that caused this error.