ImportException Constructor(String,Exception,ImportExceptionData)
See Also 
SourceCode.SmartObjects.Authoring Namespace > ImportException Class > ImportException Constructor : ImportException Constructor(String,Exception,ImportExceptionData)



message
innerException
importExceptionData

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception, _
   ByVal importExceptionData As ImportExceptionData _
)
Visual Basic (Usage) Copy Code
Dim message As String
Dim innerException As Exception
Dim importExceptionData As ImportExceptionData
 
Dim instance As New ImportException(message, innerException, importExceptionData)

Parameters

message
innerException
importExceptionData

Requirements

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

See Also