NHibernate.InvalidProxyTypeException.InvalidProxyTypeException C# (CSharp) Method

InvalidProxyTypeException() public method

public InvalidProxyTypeException ( ICollection errors ) : System
errors ICollection
return System
		public InvalidProxyTypeException(ICollection<string> errors)
			: base(FormatMessage(errors))
		{
			Errors = errors;
		}

Same methods

InvalidProxyTypeException::InvalidProxyTypeException ( SerializationInfo info, StreamingContext context ) : System