Skip to content

MateralException MateralException

陈明旭 edited this page Apr 8, 2019 · 1 revision

Welcome to the Materal wiki!

Home Materal Materal.Common MateralException

MateralException();

简介


无参数构造方法。

MateralException(string message);

简介


带错误消息的构造方法。

参数


参数名 类型 说明
message string 消息

MateralException(string message, Exception innerException);

简介


带错误消息和内部异常的构造方法。

参数


参数名 类型 说明
message string 消息
innerException Exception 内部异常
Clone this wiki locally