Table of Contents

Constructor MessageTooBigException

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

MessageTooBigException()

Initializes a new instance of the MessageTooBigException class

public MessageTooBigException()

MessageTooBigException(string)

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

public MessageTooBigException(string message)

Parameters

message string

The message that describes the error.

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

public MessageTooBigException(string message, Exception inner)

Parameters

message string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception or a null reference if no inner exception is specified.