R
riversoft
Unregistered / Unconfirmed
GUEST, unregistred user!
public class NotSupportPropertyInterface:Exception {
public NotSupportPropertyInterface(string message,string[] propertyList) {}
}
我想构造一个传入参数的异常对象 类似 Delphi里面的 Excception.CreateFmt
不知要如何定义,
那位C#的高手指点一下
public NotSupportPropertyInterface(string message,string[] propertyList) {}
}
我想构造一个传入参数的异常对象 类似 Delphi里面的 Excception.CreateFmt
不知要如何定义,
那位C#的高手指点一下