Kafunk


CorruptCrc32Exception

Namespace: Kafunk
Parent Module: Protocol

Raised when the received message CRC32 is different from the computed CRC32.

Constructors

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

CompiledName: .ctor

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

CompiledName: .ctor

Fork me on GitHub