Visual Basic (Declaration) | |
---|---|
Function CreateException( _ ByVal innerException As Exception, _ ByVal detail As IEnumerable(Of String) _ ) As Exception |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IDataExceptionFactory Dim innerException As Exception Dim detail As IEnumerable(Of String) Dim value As Exception value = instance.CreateException(innerException, detail) |
C# | |
---|---|
Exception CreateException( Exception innerException, IEnumerable<string> detail ) |
C++/CLI | |
---|---|
Exception^ CreateException( Exception^ innerException, IEnumerable<String^>^ detail ) |
Parameters
- innerException
- detail
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