Exemplo n.º 1
0
 public Exception(WfsExceptionCode code, string exceptionText)
 {
     _Code = code;
     ExceptionTextList.Add(exceptionText);
 }
Exemplo n.º 2
0
 public WfsFault(WfsExceptionCode code)
 {
     WfsExceptionCode = code;
 }