This is our custom exception.
Namespace:
TestDLL
Assembly: TestDLL (in TestDLL.dll)
Syntax
| Visual Basic (Declaration) |
<AttributeUsage(System.AttributeTargets.Class, AllowMultiple := True)> _ Public Class nestedException Inherits Exception |
|
C#
|
[AttributeUsage(System.AttributeTargets.Class, AllowMultiple := True)] public class nestedException : Exception |
|
C++
|
[AttributeUsage(System.AttributeTargets.Class, AllowMultiple := True)] public ref class nestedException : public Exception^ |
|
JScript
|
public AttributeUsage(System.AttributeTargets.Class, AllowMultiple := True) class nestedException extends Exception |
Remarks
Inheritance Hierarchy
TestDLL.DllClass1.nestedException
Platforms
Version Information
.NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0
.NET Compact Framework
Supported in: 2.0, 1.0
XNA Framework
Supported in: 1.0
See Also