Scalien.ErrorLogEntry.ErrorLogEntry C# (CSharp) Method

ErrorLogEntry() public method

public ErrorLogEntry ( ) : System
return System
        public ErrorLogEntry()
        {
            parameters = new List<SqlParameter>();
        }
ErrorLogEntry