The MediaWriterExceptionCode Enumeration is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Codes that identify the MediaWriter exception type.| Visual Basic (Declaration) | |
|---|---|
Public Enum MediaWriterExceptionCode Inherits System.Enum Implements IComparable, IConvertible, IFormattable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As MediaWriterExceptionCode  | |
| C# | |
|---|---|
public enum MediaWriterExceptionCode : System.Enum, IComparable, IConvertible, IFormattable  | |
| C++/CLI | |
|---|---|
public enum class MediaWriterExceptionCode : public System.Enum, IComparable, IConvertible, IFormattable  | |
| Member | Description | 
|---|---|
| NoDisc | No Disc in drive error. | 
| NoInputFolder | Input Folder does not exist. | 
| Unknown | Unknown exception type. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.MediaWriter.MediaWriterExceptionCode
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