C# Class SwfDotNet.IO.Exceptions.DataWriteOverflowException

Data write overflow exception
Inheritance: System.ApplicationException
Show file Open project: bladecoding/SwfExport

Public Methods

Method Description
DataWriteOverflowException ( ) : System

Creates a new DataWriteOverflowException instance.

Method Details

DataWriteOverflowException() public method

Creates a new DataWriteOverflowException instance.
public DataWriteOverflowException ( ) : System
return System