ResourceSetGetString Method (String) |
Namespace: System.Resources
public virtual string GetString( string name )
Exception | Condition |
---|---|
ArgumentNullException | The name parameter is null. |
InvalidOperationException | The resource specified by name is not a String. |
ObjectDisposedException | The object has been closed or disposed. |