Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal message As String, _ ByVal importExceptionData As ImportExceptionData _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim message As String Dim importExceptionData As ImportExceptionData Dim instance As New ImportException(message, importExceptionData) |
C# | |
---|---|
public ImportException( string message, ImportExceptionData importExceptionData ) |
C++/CLI | |
---|---|
public: ImportException( String^ message, ImportExceptionData^ importExceptionData ) |
Parameters
- message
- importExceptionData
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2