Struct JournalManager.PlayDotNetJournalInformation
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public struct PlayDotNetJournalInformation
Constructors
PlayDotNetJournalInformation(String, String)
Declaration
public PlayDotNetJournalInformation(string ErrorMessage, string WarningMessage)
Parameters
Type | Name | Description |
---|---|---|
System.String | ErrorMessage | |
System.String | WarningMessage |
Fields
ErrorMessage
Declaration
public string ErrorMessage
Field Value
Type | Description |
---|---|
System.String |
WarningMessage
Declaration
public string WarningMessage
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()