Ejemplo n.º 1
0
 /// <summary>
 /// Gets information about exception.
 /// </summary>
 /// <param name="exception">The exception.</param>
 /// <returns>Information about exception.</returns>
 public virtual SqlExceptionInfo GetExceptionInfo(Exception exception)
 {
     return(SqlExceptionInfo.Create(GetExceptionType(exception)));
 }