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
messagestring
UnexpectedLinkStructureException(string, Exception)
public UnexpectedLinkStructureException(string message, Exception innerException)