DataAccessFramework.StringParameterTooLongException.StringParameterTooLongException C# (CSharp) Method

StringParameterTooLongException() protected method

Creates a new StringParameterTooLongException instance.
protected StringParameterTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected StringParameterTooLongException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }

Same methods

StringParameterTooLongException::StringParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System
StringParameterTooLongException