C# Class DataAccessFramework.ParameterTooLongException

Inheritance: DataToolException
Afficher le fichier Open project: PeteProgrammer/DataAccessFramework

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System

Creates a new BinaryParameterTooLongException instance.

Méthodes protégées

Méthode Description
ParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

ParameterTooLongException() protected méthode

protected ParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ParameterTooLongException() public méthode

Creates a new BinaryParameterTooLongException instance.
public ParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System
parameterName string The name of the database parameter
maxLength int The max accepted length of the parameter
actualLength int The actual size of the passed parameter value
Résultat System