Recurity.Swf.SwfFormatException.SwfFormatException C# (CSharp) Method

SwfFormatException() public method

public SwfFormatException ( string message ) : System
message string
return System
        public SwfFormatException( string message )
            : base(message)
        {
        }

Same methods

SwfFormatException::SwfFormatException ( string message, Exception inner ) : System
SwfFormatException