[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.InvalidNameException

InvalidNameException Class

/// Represents the exception that is thrown when an error is encountered.

Inheritance
InvalidNameException
Implements
Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public class InvalidNameException : Exception, ISerializable
Public Class InvalidNameException
    Inherits Exception
    Implements ISerializable

Constructors

Name Description
InvalidNameException()

Constructs a new instance of the InvalidNameException class.

InvalidNameException(SerializationInfo, StreamingContext)

Constructs a new instance of the InvalidNameException class with serialized data.

InvalidNameException(string)

Constructs a new instance of the InvalidNameException class with the specified message.

InvalidNameException(string, Exception)

Constructs a new instance of the InvalidNameException class with the specified message and inner exception.