NativeError.Message Property
      
     
    
       Gets the message of the native error. 
      
        [Visual Basic]
        Public ReadOnly Property Message As 
String 
      
        [C#]
        public 
string Message {get;}
 
      
      
      Property Value
       The message of the native error. 
      Remarks
            
            
 Gets the message of the native error. 
See Also
NativeError Class | log4net.Util Namespace