Class MpsParsingException
An MPSParsingException is thrown when there is an error while parsing an MPS file
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
MpsParsingException
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: OPTANO.Modeling.Optimization.Importer.MPS
Assembly: Optimization.dll
Syntax
public class MpsParsingException : ArgumentException, _Exception, ISerializable
Constructors
MpsParsingException(String)
Initializes a new instance of the MpsParsingException class. Creates a new MpsParsingException
Declaration
public MpsParsingException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message for the user |