Initializes a new instance of MimeException with the specified message.
            
    Namespace: 
   Rebex.Mime
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ message As String _ ) | 
| C# | 
|---|
| public MimeException( string message ) | 
Parameters
- message
- Type: System..::..String
 Message that describes the error.
 
     
     
     
     
    