Пример #1
0
 private void SetInnerType(FacebookApiException ContentField)
 {
     this.ContentField = ((FacebookApiException)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Пример #2
0
 public error_response(FacebookApiException content)
 {
     SetInnerType(content);
 }