Class BinderException
Inheritance
System.Object
BinderException
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BinderException : Exception
Constructors
| Edit this page View SourceBinderException(String)
Declaration
public BinderException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
BinderException(String, Exception)
Declaration
public BinderException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | cause |