BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.BadTypeException.BadTypeException C# (CSharp) Method

BadTypeException() public method

public BadTypeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        public BadTypeException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

BadTypeException::BadTypeException ( string message ) : System
BadTypeException