MimeNode.ThrowIfReadOnly method
Throws an exception if the owning MimeDocument object is read-only.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected Sub ThrowIfReadOnly ( _
method As String _
)
'Usage
Dim method As String
Me.ThrowIfReadOnly(method)
protected void ThrowIfReadOnly(
string method
)
Parameters
method
Type: System.StringThe name of the calling method.