Table of Contents

Class InvalidLinkFormatException

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

Exception thrown when a link has an invalid format or structure.

public class InvalidLinkFormatException : Exception, ISerializable
Inheritance
InvalidLinkFormatException
Implements
Inherited Members

Constructors

InvalidLinkFormatException(string)

public InvalidLinkFormatException(string message)

Parameters

message string

InvalidLinkFormatException(string, Exception)

public InvalidLinkFormatException(string message, Exception innerException)

Parameters

message string
innerException Exception