Table of Contents

Class NameExpressionException

Namespace
Sportradar.OddsFeed.SDK.Common.Exceptions
Assembly
Sportradar.OddsFeed.SDK.dll

An exception thrown by name expressions when the name cannot be build

[Serializable]
public class NameExpressionException : FeedSdkException, ISerializable
Inheritance
NameExpressionException
Implements
Inherited Members

Constructors

NameExpressionException()

Initializes a new instance of the NameExpressionException class.

public NameExpressionException()

NameExpressionException(SerializationInfo, StreamingContext)

Initializes a new instance of the NameExpressionException class.

public NameExpressionException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

NameExpressionException(string, Exception)

Initializes a new instance of the NameExpressionException class.

public NameExpressionException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

See Also