Table of Contents

Class UnexpectedLinkStructureException

Namespace
Foundation.Data.Doublets.Cli
Assembly
Foundation.Data.Doublets.Cli.dll

Exception thrown when a link structure doesn't match expected patterns.

public class UnexpectedLinkStructureException : InvalidOperationException, ISerializable
Inheritance
UnexpectedLinkStructureException
Implements
Inherited Members

Constructors

UnexpectedLinkStructureException(string)

public UnexpectedLinkStructureException(string message)

Parameters

message string

UnexpectedLinkStructureException(string, Exception)

public UnexpectedLinkStructureException(string message, Exception innerException)

Parameters

message string
innerException Exception