
| Visual Basic (Declaration) | |
|---|---|
Public Class UnDefienedAttributeTagException Inherits CustomCommandException Implements _Exception, ISerializable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UnDefienedAttributeTagException | |
| C# | |
|---|---|
public class UnDefienedAttributeTagException : CustomCommandException, _Exception, ISerializable | |
| C++/CLI | |
|---|---|
public ref class UnDefienedAttributeTagException : public CustomCommandException, _Exception, ISerializable | |
System.Object
System.Exception
Leadtools.Dicom.Scp.Command.Exceptions.DICOMCommandException
Leadtools.Dicom.Scp.Command.Exceptions.CustomCommandException
Leadtools.Dicom.Scp.Command.Exceptions.UnDefienedAttributeTagException
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code