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