C# 클래스 DataAccessFramework.ParameterTooLongException

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

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System

Creates a new BinaryParameterTooLongException instance.

보호된 메소드들

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

메소드 상세

GetObjectData() 공개 메소드

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

ParameterTooLongException() 보호된 메소드

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

ParameterTooLongException() 공개 메소드

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