FsPickler


InvalidPickleTypeException

Namespace: MBrace.FsPickler

Raised when pickle is of invalid type.

Constructors

ConstructorDescription
new(expectedType, actualType)
Signature: (expectedType:string * actualType:string) -> InvalidPickleTypeException

CompiledName: .ctor

Fork me on GitHub