Table of Contents

Class MessageTooBigException

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common
Assembly
Skyline.DataMiner.Core.InterAppCalls.Common.dll

The exception that is thrown when the serialized size of a message is too big.

public class MessageTooBigException : Exception
Inheritance
MessageTooBigException
Extension Methods

Constructors

MessageTooBigException()

Initializes a new instance of the MessageTooBigException class

MessageTooBigException(string)

Initializes a new instance of the MessageTooBigException class with a specified error message.

MessageTooBigException(string, Exception)

Initializes a new instance of the MessageTooBigException class with a specified error message and a reference to the inner exception that is the cause of this exception