Exemplo n.º 1
0
 private void SetInnerType(ExceptionType ContentField)
 {
     this.ContentField=((ExceptionType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemplo n.º 2
0
 /// <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);
 }