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