Table of Contents

Class MessageParseException

Namespace
Ubiety.Scram.Core.Exceptions
Assembly
Ubiety.Scram.Core.dll

Represents an exception that is thrown when a message cannot be parsed successfully.

[Serializable]
public class MessageParseException : Exception, ISerializable
Inheritance
MessageParseException
Implements
Inherited Members

Constructors

MessageParseException()

Initializes a new instance of the MessageParseException class.

public MessageParseException()

MessageParseException(string)

Initializes a new instance of the MessageParseException class.

public MessageParseException(string message)

Parameters

message string

Exception message.

MessageParseException(string, Exception)

Initializes a new instance of the MessageParseException class.

public MessageParseException(string message, Exception innerException)

Parameters

message string

Exception message.

innerException Exception

Inner exception.