Initializes a new instance of the OrganizationBase class.
            
Assembly: Epic.Core
Declaration Syntax
| C# | 
protected OrganizationBase( string name )
Parameters
- name (String)
 - Name of the organization.
 
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | 
            Is thrown when name is nullNothingnullptr .
             | 
