[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.InvalidPasswordException.-ctor

InvalidPasswordException Constructor

InvalidPasswordException(string)

Initializes a new instance of the InvalidPasswordException class with a specific error message.

Declaration
public InvalidPasswordException(string message)
Parameters
Type Name Description
string message

InvalidPasswordException()

Initializes a new instance of the InvalidPasswordException class with a default error message.

Declaration
public InvalidPasswordException()

InvalidPasswordException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidPasswordException class with serialized data.

Declaration
protected InvalidPasswordException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The object that holds the serialized object data.

StreamingContext context

Contextual information about the source or destination.

Remarks

This constructor is necessary for proper support of ASP.NET and .net remoting channels.