Intersoft ClientUI Documentation
GetConvertToException Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > LongTypeConverter Class : GetConvertToException Method






value
destinationType

Syntax

Visual Basic (Declaration) 
Protected Function GetConvertToException( _
   ByVal value As Object, _
   ByVal destinationType As Type _
) As Exception
Visual Basic (Usage)Copy Code
Dim instance As LongTypeConverter
Dim value As Object
Dim destinationType As Type
Dim value As Exception
 
value = instance.GetConvertToException(value, destinationType)
C# 
protected Exception GetConvertToException( 
   object value,
   Type destinationType
)
Delphi 
protected function GetConvertToException( 
    value: TObject;
    destinationType: Type
): Exception; 
JScript 
protected function GetConvertToException( 
   value : Object,
   destinationType : Type
) : Exception;
Managed Extensions for C++ 
protected: Exception* GetConvertToException( 
   Object* value,
   Type* destinationType
) 
C++/CLI 
protected:
Exception^ GetConvertToException( 
   Object^ value,
   Type^ destinationType
) 

Parameters

value
destinationType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.