OnlyOnceErrorHandler.Error Method (String, Exception, ErrorCode)
      
     
    
       Log an Error 
      
        [Visual Basic]
        NotOverridable Overloads Public Sub Error( _
   ByVal 
message As 
String, _
   ByVal 
e As 
Exception, _
   ByVal 
errorCode As 
ErrorCode _
) _
 
      
      Parameters
      
        - 
          message
        
- The error message.
- 
          e
        
- The exception.
- 
          errorCode
        
- The internal error code.
Implements
      
        IErrorHandler.Error
      
      Remarks
             Prints the message and the stack trace of the exception on the standard error output stream. 
            See Also
OnlyOnceErrorHandler Class | log4net.Util Namespace | OnlyOnceErrorHandler.Error Overload List