C# Class DataAccessFramework.BinaryParameterTooLongException

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

Méthodes publiques

Méthode Description
BinaryParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System

Creates a new BinaryParameterTooLongException instance.

ToString ( ) : string

Gets a string describing the exception

Méthodes protégées

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

Method Details

BinaryParameterTooLongException() protected méthode

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

BinaryParameterTooLongException() public méthode

Creates a new BinaryParameterTooLongException instance.
public BinaryParameterTooLongException ( 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

ToString() public méthode

Gets a string describing the exception
public ToString ( ) : string
Résultat string