Table of Contents

Class BinderException

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.StreamBase.dll
public class BinderException : Exception, ISerializable
Inheritance
BinderException
Implements
Inherited Members

Constructors

BinderException(string)

public BinderException(string message)

Parameters

message string

BinderException(string, Exception)

public BinderException(string message, Exception cause)

Parameters

message string
cause Exception