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
stringThe 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)