• Version 4.4.3
Show / Hide Table of Contents

Class UnsupportedFeatureException

This exception is thrown when an unsupported SBE feature is detected..

Inheritance
object
Exception
UnsupportedFeatureException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class UnsupportedFeatureException : Exception, ISerializable

Constructors

UnsupportedFeatureException(string)

Constructor.

Declaration
public UnsupportedFeatureException(string text)
Parameters
Type Name Description
string text

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX