示例#1
0
文件: Pfop.cs 项目: kai517/csharp-sdk
 public PersistentException(PersitentError err)
 {
     this.error = err;
 }
示例#2
0
 public PersistentException(PersitentError err)
 {
     this.error = err;
 }