C# 클래스 DataAccessFramework.StringParameterTooLongException

상속: ParameterTooLongException
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework

공개 메소드들

메소드 설명
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