[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.InvalidNameException.-ctor

InvalidNameException Constructor

InvalidNameException()

Constructs a new instance of the InvalidNameException class.

Declaration
public InvalidNameException()
Public Sub New()

InvalidNameException(string)

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

Declaration
public InvalidNameException(string message)
Public Sub New(message As String)
Parameters
Type Name Description
string message

Message that describes this exception

InvalidNameException(string, Exception)

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

Declaration
public InvalidNameException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Parameters
Type Name Description
string message

Message that describes this exception

Exception innerException

Earlier exception that causes this exception

InvalidNameException(SerializationInfo, StreamingContext)

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

Declaration
protected InvalidNameException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context