internal DB2Exception(short sqlHandleType, IntPtr sqlHandle, string message) { this.message = message; errors = new DB2ErrorCollection(sqlHandleType, sqlHandle); }
public DB2ErrorEnumerator(DB2ErrorCollection mappings) { this.temp = ((IEnumerable)(mappings)); this.baseEnumerator = temp.GetEnumerator(); }
public DB2InfoMessageEventArgs(DB2ErrorCollection errors) { this.errors = errors; }