C# Class Recurity.Swf.AVM2.AbcFormatException

Inheritance: System.ApplicationException
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
AbcFormatException ( string message ) : System

AbcFormatException ( string message, Exception inner ) : System

Method Details

AbcFormatException() public method

public AbcFormatException ( string message ) : System
message string
return System

AbcFormatException() public method

public AbcFormatException ( string message, Exception inner ) : System
message string
inner System.Exception
return System