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#
C++/CLI
public: 
MediaWriterException(  
   String^ message, 
   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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.