Assembler.AssemblerException.AssemblerException C# (CSharp) Method

AssemblerException() public method

public AssemblerException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System
        public AssemblerException(string message, Exception innerException = null)
            : base(message, innerException)
        {
        }
AssemblerException