C# Class SwfDotNet.IO.Exceptions.InvalidSwfVersionException

Invalid Swf version exception
Inheritance: System.ApplicationException
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
InvalidSwfVersionException ( ) : System

Creates a new InvalidSwfVersionException instance.

InvalidSwfVersionException ( byte version, int maxSupported ) : System

Creates a new InvalidSwfVersionException instance.

Method Details

InvalidSwfVersionException() public méthode

Creates a new InvalidSwfVersionException instance.
public InvalidSwfVersionException ( ) : System
Résultat System

InvalidSwfVersionException() public méthode

Creates a new InvalidSwfVersionException instance.
public InvalidSwfVersionException ( byte version, int maxSupported ) : System
version byte Version.
maxSupported int Max supported.
Résultat System