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)
Creates a new IncompatibleDatatypeException
public IncompatibleDatatypeException(string message)
Parameters
messagestringThe error message.
IncompatibleDatatypeException(string, Exception)
Creates a new IncompatibleDatatypeException.
public IncompatibleDatatypeException(string message, Exception innerException)