ThrowIfThisIsNotNew method
void
ThrowIfThisIsNotNew()
Implementation
void ThrowIfThisIsNotNew() {
if (!this.IsNew) {
throw new InvalidOperationException("Strings.AttachmentCannotBeUpdated");
}
}
void ThrowIfThisIsNotNew() {
if (!this.IsNew) {
throw new InvalidOperationException("Strings.AttachmentCannotBeUpdated");
}
}