Recurity.Swf.SwfFormatException.SwfFormatException C# (CSharp) Метод

SwfFormatException() публичный Метод

public SwfFormatException ( string message ) : System
message string
Результат System
        public SwfFormatException( string message )
            : base(message)
        {
        }

Same methods

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