Mono.Debugger.TargetException.TargetException C# (CSharp) Method

TargetException() protected method

protected TargetException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected TargetException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
            Type = (TargetError) info.GetValue ("Type", typeof (TargetError));
        }

Same methods

TargetException::TargetException ( TargetError type ) : System
TargetException::TargetException ( TargetError type, string message ) : System