예제 #1
0
파일: _Ows.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(ExceptionType ContentField)
 {
     this.ContentField=((ExceptionType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
파일: _Ows.cs 프로젝트: mcartoixa/GeoSIK
 /// <summary>
 /// <para>
 /// An Exception element describes one detected error that a server chooses to convey to the client. 
 /// </para>
 /// </summary>
 public Exception(ExceptionType content)
 {
     SetInnerType(content);
 }