Class BinderException
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BinderException : Exception, ISerializable- Inheritance
- 
      
      
      BinderException
- Implements
- Inherited Members
Constructors
BinderException(string)
public BinderException(string message)Parameters
- messagestring
BinderException(string, Exception)
public BinderException(string message, Exception cause)