LogException Constructor (String)
      
     
    
       Constructor 
      
        [Visual Basic]
        Overloads Public Sub New( _
   ByVal 
message As 
String _
)
 
      
        [C#]
        public LogException(   
string message);
 
      Parameters
      
        - 
          message
        
- A message to include with the exception.
Remarks
             Initializes a new instance of the LogException class with the specified message. 
            See Also
LogException Class | log4net.Core Namespace | LogException Constructor Overload List