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



message
importExceptionData

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal message As String, _
   ByVal importExceptionData As ImportExceptionData _
)
Visual Basic (Usage) Copy Code
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

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