Kafunk


MessageTooBigException

Namespace: Kafunk
Parent Module: Protocol

Raised when the message is bigger than the message set and therefore can't be received.

Constructors

ConstructorDescription
new(msg)
Signature: msg:string -> MessageTooBigException

CompiledName: .ctor

new(msg, ex)
Signature: (msg:string * ex:exn) -> MessageTooBigException

CompiledName: .ctor

Fork me on GitHub