Recurity.Swf.AVM1.AVM1ExceptionByteCodeFormat.AVM1ExceptionByteCodeFormat C# (CSharp) Method

AVM1ExceptionByteCodeFormat() public method

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