Visual Basic (Declaration) | |
---|---|
Public Function CreateException( _ ByVal innerException As Exception, _ ByVal message As String _ ) As Exception |
Visual Basic (Usage) | ![]() |
---|---|
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
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