Cilador.Fody.Core.WeavingException.WeavingException C# (CSharp) Method

WeavingException() public method

Creates a new WeavingException with the given message and inner exception
public WeavingException ( string message, Exception innerException ) : System
message string Error message for display to the user
innerException System.Exception Original cause of the exception
return System
        public WeavingException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

WeavingException::WeavingException ( ) : System
WeavingException::WeavingException ( SerializationInfo info, StreamingContext context ) : System
WeavingException::WeavingException ( string message ) : System
WeavingException