Constructors

  NameDescription
Public methodStreamCreateException()()()()
Simple Constructor.
Public methodStreamCreateException(String)
This creates a StreamCreateException with a message that includes the stream name.
Public methodStreamCreateException(String, Exception)
This creates a StreamCreateException with a message that includes the stream name and an exception.
Public methodStreamCreateException(String, String)
This creates a StreamCreateException with a message that includes the stream name and an error message.

See Also