Class TaskFailedException
- Namespace
- BlueByte.SOLIDWORKS.PDMProfessional.SDK
- Assembly
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
[Serializable]
public class TaskFailedException : Exception, ISerializable, _Exception
- Inheritance
-
TaskFailedException
- Implements
- Inherited Members
Constructors
TaskFailedException()
public TaskFailedException()
TaskFailedException(SerializationInfo, StreamingContext)
protected TaskFailedException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
TaskFailedException(string)
public TaskFailedException(string message)
Parameters
messagestring
TaskFailedException(string, Exception)
public TaskFailedException(string message, Exception innerException)