C# 클래스 DataAccessFramework.BinaryParameterTooLongException

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

공개 메소드들

메소드 설명
BinaryParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System

Creates a new BinaryParameterTooLongException instance.

ToString ( ) : string

Gets a string describing the exception

보호된 메소드들

메소드 설명
BinaryParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

BinaryParameterTooLongException() 보호된 메소드

protected BinaryParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

BinaryParameterTooLongException() 공개 메소드

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
리턴 System

ToString() 공개 메소드

Gets a string describing the exception
public ToString ( ) : string
리턴 string