exception_template
This is an old revision of the document!
Exception Template
public class NewException : ApplicationException { public NewException () : base() { } public NewException (string message) : base(message) { } public NewException (string message, Exception innerException) : base(message, innerException) { } }
exception_template.1237195592.txt.gz · Last modified: 2017/01/01 19:49 (external edit)