CreateException Method
See Also 
SourceCode.Data.Configuration Namespace > DataConfigurationSection Class : CreateException Method



innerException
message

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function CreateException( _
   ByVal innerException As Exception, _
   ByVal message As String _
) As Exception
Visual Basic (Usage) Copy Code
Dim instance As DataConfigurationSection
Dim innerException As Exception
Dim message As String
Dim value As Exception
 
value = instance.CreateException(innerException, message)
C#  
public Exception CreateException( 
   Exception innerException,
   string message
)
C++/CLI  
public:
Exception^ CreateException( 
   Exception^ innerException,
   String^ message
) 

Parameters

innerException
message

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