C# Класс DataAccessFramework.StringParameterTooLongException

Наследование: ParameterTooLongException
Показать файл Открыть проект

Открытые методы

Метод Описание
StringParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System

Creates a new StringParameterTooLongException instance.

ToString ( ) : string

Gets a string describing the exception

Защищенные методы

Метод Описание
StringParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System

Creates a new StringParameterTooLongException instance.

Описание методов

StringParameterTooLongException() защищенный Метод

Creates a new StringParameterTooLongException instance.
protected StringParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

StringParameterTooLongException() публичный Метод

Creates a new StringParameterTooLongException instance.
public StringParameterTooLongException ( 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
Результат System

ToString() публичный Метод

Gets a string describing the exception
public ToString ( ) : string
Результат string