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

AVM1Exception() public method

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