←Select platform

MediaWriterException Constructor(String,MediaWriterExceptionCode)

Summary

Initializes a new instance of the MediaWriterException class with a specified error message, its Code set to a specified MediaWriterExceptionCode value and its inner exception set to a null reference.

Syntax

C#
VB
C++
public MediaWriterException(  
   string message, 
   Leadtools.Mediawriter.MediaWriterExceptionCode code 
) 
Public Function New( _ 
   ByVal message As String, _ 
   ByVal code As Leadtools.Mediawriter.MediaWriterExceptionCode _ 
) 
public: 
MediaWriterException(  
   String^ message, 
   Leadtools.Mediawriter.MediaWriterExceptionCode code 
) 

Parameters

message
The error message that explains the reason for the exception.

code
flag that indicates the code causing the exception.

Remarks

The constructor initializes the Message property of the new instance using

message
The error message that explains the reason for the exception.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MediaWriter Assembly
Click or drag to resize