Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal message As String, _ ByVal innerException As Exception, _ ByVal importExceptionData As ImportExceptionData _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim message As String Dim innerException As Exception Dim importExceptionData As ImportExceptionData Dim instance As New ImportException(message, innerException, importExceptionData) |
C# | |
---|---|
public ImportException( string message, Exception innerException, ImportExceptionData importExceptionData ) |
C++/CLI | |
---|---|
public: ImportException( String^ message, Exception^ innerException, ImportExceptionData^ importExceptionData ) |
Parameters
- message
- innerException
- 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