Assembler.AssemblerException.AssemblerException C# (CSharp) Méthode

AssemblerException() public méthode

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