Class IronSoftwareAssemblyVersionMismatchException
  
  
  
  
    Inheritance
    System.Object
    
    IronSoftwareAssemblyVersionMismatchException
   
  
  Assembly: IronPdf.dll
  Syntax
  
    public class IronSoftwareAssemblyVersionMismatchException : IronSoftwareDeploymentException
   
  Constructors
  
  
  
  
  IronSoftwareAssemblyVersionMismatchException(String)
  
  
  Declaration
  
    public IronSoftwareAssemblyVersionMismatchException(string message)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        message | 
         | 
      
    
  
  
  
  
  IronSoftwareAssemblyVersionMismatchException(String, Exception)
  
  
  Declaration
  
    public IronSoftwareAssemblyVersionMismatchException(string message, Exception innerException)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        message | 
         | 
      
      
        | System.Exception | 
        innerException | 
         | 
      
    
  
  
  
  
  IronSoftwareAssemblyVersionMismatchException(String, Version, Version, nttyuq)
  
  
  Declaration
  
    public IronSoftwareAssemblyVersionMismatchException(string name, Version actual, Version expected, nttyuq version_factory)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
      
        | System.Version | 
        actual | 
         | 
      
      
        | System.Version | 
        expected | 
         | 
      
      
        | Iron.Pdf.Extensions.nttyuq | 
        version_factory | 
         | 
      
    
  
  Properties
  
  
  
  
  Message
  
  
  Declaration
  
    public override string Message { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |