C# Class DataAccessFramework.ParameterTooLongException

Inheritance: DataToolException
Datei anzeigen Open project: PeteProgrammer/DataAccessFramework

Public Methods

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

Creates a new BinaryParameterTooLongException instance.

Protected Methods

Method Description
ParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

ParameterTooLongException() protected method

protected ParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ParameterTooLongException() public method

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
return System