AwbUpdater.AbortException.AbortException C# (CSharp) Method

AbortException() protected method

protected AbortException ( System info, System context ) : System
info System
context System
return System
        protected AbortException(System.Runtime.Serialization.SerializationInfo info,
           System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

AbortException::AbortException ( ) : System
AbortException::AbortException ( string message ) : System
AbortException::AbortException ( string message, Exception innerException ) : System
AbortException