Nevron Open Vision Documentation
Nevron.Nov.Windows.Wpf Namespace / NNovPropertyValueSerializer Class / GetConvertToException Method


In This Topic
    GetConvertToException Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetConvertToException( _
       ByVal value As System.Object, _
       ByVal destinationType As System.Type _
    ) As System.Exception
    'Usage
     
    
    Dim instance As NNovPropertyValueSerializer
    Dim value As System.Object
    Dim destinationType As System.Type
    Dim value As System.Exception
     
    value = instance.GetConvertToException(value, destinationType)
    protected System.Exception GetConvertToException( 
       System.object value,
       System.Type destinationType
    )

    Parameters

    value
    destinationType
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also