Table of Contents

Class IncompatibleDatatypeException

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

Exception used to report that an operation has failed because the receiver could not process the supplied data.

public class IncompatibleDatatypeException : SessionException, ISerializable
Inheritance
IncompatibleDatatypeException
Implements
Inherited Members

Remarks

Since 6.0

Constructors

IncompatibleDatatypeException(string)

public IncompatibleDatatypeException(string message)

Parameters

message string

The error message.

IncompatibleDatatypeException(string, Exception)

public IncompatibleDatatypeException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the IncompatibleDatatypeException.